Use this JavaScript to add a "Top of Page" link at the bottom of your page. The link will be displayed only if the contents of the page exceeds the size of the browser window, i.e. if the scrollbars appear. This script works with IE4+, NS6+, NS4. Since this page does not have much content, you may not be able to see the script in action. Try reducing the size of your browser window so that the vertical scrollbars appear and then notice the difference.
Version: n/a Platform(s): n/a Updated: Wed May 21 2003
SD-Book is an easy to use and generic electronic book publishing system that can be used to easily create and publish manuals, tutorials, stories or other electronic media for either online or offline use. SD-Book comes with a dynamic menuing system, graphics libraries and a number of other goodies that allow you to customize it. Create a simple manual or a full-featured book complete with sound, images, special effects and more.
Version: 1.0 Platform(s): n/a Updated: Wed May 7 2003
QProgress creates an arbitrary-direction progress bar control. The growth direction as well as bar orientation is specified in object constructor and cannot be dynamically changed. The bar is set by an integer value. If value is lower or equal the LOW bound then an empty bar is displayed. Values between LOW and HIGH bounds are displayed as a percentage of the bar. If value equals or exceeds the HIGH bound, the bar gets fully filled. The bounds can be dynamically changed in runtime.
Version: 1.0 Platform(s): IE4+, NN4+, Mozilla 1.0+, Opera 6+ Updated: Wed Apr 23 2003
Put a print button on your web report that will not appear at the top of your hard copy. The script requires a newer browser such as IE4+ and NS/Mozilla 5+. Drop-in script is easy to integrate into your site.
Javascript Inclusion function (JsINC)can include any file to your webpage as Javascript. This function is the same as inclusion function of PHP (or any Server-side scripts).With JsINC, you can load files into your webpage. The function will progress after the webpage loaded completely.
Version: 1.0 Platform(s): n/a Updated: Wed Feb 5 2003
The Instant Business Card is a simple yet powerful online business card creator. Simply type in the information you want on your business card and browse to graphics you would like to use then drag and drop the text and graphics wherever you would like. Set the margins on your printer and then print your business cards on perforated or clean edge card stock it fits 10 cards to a page. No install. Fits on a floppy or run from a website. Requires Internet Explorer 5.0 and up.
Version: 2.0 Platform(s): Windows Updated: Wed Jan 22 2003
Free corss-browser JavaScript widget that makes it easy for your visitors to fill out color value field(s) by selecting the color from a popup palette. Script saves the time for those internet/intranet developers who need intuitive, easy to use client-side color input control.
Version: 1.0 Platform(s): n/a Updated: Fri Jan 17 2003
This is a highly flexible quiz script that can be used to test your visitors, with the results instantly graded on a separate page. Script supports arbitrary number of questions, each supporting an arbitrary number of choices.
Version: n/a Platform(s): n/a Updated: Mon Jan 13 2003
Simple Browser class that sniffs for browser version and sets appropriate style sheet. This is terrific for maintaining font sizes which render differently for mac/pc ie/netscape. Script is easy to modify if you feel like assigning different style sheets to different browsers.
Version: 1.0 Platform(s): n/a Updated: Fri Dec 6 2002
This powerful script allows you to keep arbitrary elements on your page always in view, by "docking" it. It dynamically determines whether the element is currently visible on the user's screen, and if not, repositions it so it is. A great way to ensure that certain content are noticed by your visitors.
Version: n/a Platform(s): n/a Updated: Mon Nov 25 2002
A Meta Tag Generator with page transition effects. Real time generation, just click and copy code. One simple HTML page that can be uploaded to any server and instantly used to create meta tags and prevent MSIE image toolbars and smartparsing.
Version: n/a Platform(s): n/a Updated: Mon Nov 4 2002
This is a nifty little script that replaces the right-click (context) menu in Internet Explorer 5.0 and above. It features the unfurl effect first seen in MS Office '97, the menu item flashing seen in MacOS system 6 and above and the Windows 2000 and XP menu alpha fadeout. A great addition to your site.
This JavaScript Ticker is an example of "Data Binding" using "Tabular Data Control (TDC)" which is a Microsoft ActiveX control built in to Internet Explorer.
A Javascript Text Box Ticker that ticks a number of messages on a Text Box. This ticker is very easy to customise. You can add any number of messages and their corresponding URLs. Messages must be added to the array ticker_msg and the URLs must be added to the array ticker_url. The ticker speed can be changed easily by changing the value of the variable ticker_speed. (Here it is 1, which means that the message would change every 1 second.) To use this script, you just have to copy the "script" section of the source and paste it wherever you require on your web page.
Version: n/a Platform(s): n/a Updated: Mon Aug 26 2002
This JavaScript is a "Fading Ticker" for IE. The Ticker uses the Microsoft 'Alpha' filter. You can add any HTML content to the messages. The entire content will fade. You can fade the messages 'IN' or 'OUT'.
Version: n/a Platform(s): n/a Updated: Mon Aug 26 2002
This script will display a box which always stays at the same position in the browser window even if you scroll. Works in IE4+, NS4+, Opera5+ and Mozilla1+.
Version: n/a Platform(s): n/a Updated: Thu Aug 8 2002
This JavaScript checks if all the images in the document exists. If a particular image does not exist, that image will be replaced by a custom image. Works with IE only. In IE, if a particular image does not show up, then its dimensions are 28 x 30 (without the 'alt'). So, the script checks all images with this size after removing the 'alt' tag. If such an image exists, it is a broken-image. The only drawback is that if your image has dimensions of 28 x 30, even if it exists the script will treat it as a broken-image. But there is a solution. You can prevent the script from checking for such scripts by placing an attribute-value pair nc="1".