March28
Download.
Open a new window using mootools with html element, swf, images, ajax content more with lightbox effect.
An excellent new ...
March22
The power of javascript, css and ajax put together to produce the magic of web development.
Check out scriptaculous and mootools. ...
March21
Check out scriptaculous and mootools. These javascript libraries with limitless functionality to make impressive and unique websites. Than of course ...
March1
World class javascript effects new window. Every possible effect is available here fading, sliding, shrinking, expanding etc
Click here to ...
February18
Onclick javascript fade in and fade out window.
Onclick javascript fade in and fade out window
Demo
Click here to ...
October28
Mouseover on a thumbnail image and open a new window with maximized image.
Demo
Click here to view the ...
October26
Click here to download the validation file
Easy to use validation script, with registration forms, login form, guest ...
August4
Simple PHP tags and echo statements can integrate PHP data in javascript functions.
This has been such a headache for me, ...
July23
Set width, height, position of an existing opened window
Use Javascript resizeTo() and moveTo() function.
Example
<html>
<head>
<title>Resize Page</title>
<script language="javascript">
<!--
function resizeWindow()
{
this.moveTo(0,0);
this.resizeTo(300,300);
}
//-->
</script>
<body bgcolor="#999999" onLoad="resizeWindow();">
Hello There
</body>
</html>
May6
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode ...