Browse a Listing
Top > JavaScript > Scripts and Programs > Miscellaneous
Popular Tags
Free Script links
Member Reviews
Visitor Ratings
Google PR
This pages collects some of the code I am distributing.
Ok, some code is about trivial web services and not at the top of performance, but it can serve as introductory examples to newbies for learning.
Please, let me know about bugs and/or suggestions for further improvement: this is the free spirit of Open Source.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Mar 2, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Sometimes you need for a webdocument to instantly reload itself but only once. This refresh / reload once Javascript does just that. As soon as the page loads it will refresh, but only once. This script will append ?reloaded=true to the page it reloads. If this is manually changed in browser it will continually reload the page.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Mar 17, 2008 Hits: 44 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
The following sample of code gives an idea of how to add a blinking flash message at the status bar.First of all we define three variables var message for ‘display message at status bar’, var speed for ‘set time interval to flash text’, and var control to control blinking of message
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Apr 28, 2008 Hits: 8 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR