Using this script we can load an image in to a cache and display it when needed.Once you click the button the second image will display immediately with out any delay as it comes from the cache. If your internet... (Continue reading)
Here i will explain how to create a simple slideshow using javascript. Our main function displaynext(shift) will receive the value of shift based on the navigational buttons clicked ( it will either +1 or -1 ) and it will receive... (Continue reading)
Here i will explain how to close a child window from a parent window using simple javascript. <meta name="Content-Script-Type" content="text/javascript"> <title>Example For Child and Parent Window Operations</title><script language="JavaScript">function closeDep() { //mistonline.in //refer us for more tutorials scripts if (main &&... (Continue reading)
Here i will explain how to add and remove child nodes in a webpage using simple javascript and DOM [Document Object Model] elements. <html> <body> <script language="JavaScript"> function function2() { //any text can be given var m = "New Child";... (Continue reading)
Hi guys, here is a simple script which shows how to add a webpage to the favorites or bookmarking option of your browser both IE [Internet Explorer] and Firefox [FF].Very easy to install, just copy and paste on the page... (Continue reading)