This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

JavaScripts


Page 7 of 9123456789

Caching of images using javascript image object

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)

Tagged with:         

Simple Javascript Slideshow

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)

Tagged with:         

How to close a child window from a parent window using javascript

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)

Tagged with:         

Adding and removing child nodes using javascript and DOM

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)

Tagged with:         

Add to favorites or bookmarking using javascript in firefox and internet explore [IE]

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)

Tagged with:     

Page 7 of 9123456789