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
Easy to use validation script, with registration forms, login form, guest books, contactus form.
Download the validation script from top of ...
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 ...
May5
Click a button or text link and add new row to a table and the best part is you can ...
May5
Click a button or text link and add new row to a table and the best part is you can ...
May1
These simple things help us in creating interactive forms. It is sooo very important to have simple, interactive and ...
May1
Create a back button and give yoor webpage a customized look.
<a href="#" onClick="history.go(-1)"><img src=back.jpg border=0></a>