Combined Menu - Radio Buttons
Sends the user to a specific URL based on the combined selections from two different menus. Works great for sites navigation based on two seperate characteristics.

Current Directory
Takes the user to a directory listing of all files in the current directory. Or, if an index.html file exists in that directory, they are taken to that page instead.

Cursor Link
Forget actually clicking on links anymore, if you put your cursor over them, you go there! (with this JavaScript at least) If you use this script, please remember that it can be annoying, even a pain for them to have to come back if they really didn't want to follow the link. With that said, go check out the code!

Customized Popup
Allow your visitors to have a popup page on your site appear exactly as they want! They can customize the width, height, and placement of a popup window on your site before the window is opened.

Day of Week Redirection
If you would like to redirect your visitor to a different page for each day of the week, this script would be perfect. It will first detect what day of the week it is and then forward the visitor to the appropriate page. I also might mention that this is a perfect JavaScript example to learn from even if you don't use it. Just look at it!

Day of Month Redirection
Or maybe you have a separate page for each day of the month. This script will detect what day of the month it is (1 <-> 31) and sends the user to [day of month].html (i.e. 1.html, 2.html, etc.)

Delayed Popup
Automatically opens a new popup window a given number of seconds after the page finishes loading. The script can optionally be configured to close the window after a few seconds.

Dynamic Links
Dynamically change the link address for a hyperlink based on their entry in the pulldown menu. Send to different email addresses or URLs, wow!

Directory Info
Do you archive your website's contents into separate directories? If so, you'll love this script! It will print out a neat linked directory information for any page on your site! Very neat!

Exit Window
When a visitor leaves your page, JavaScript can automatically open a new window. Use it to say "thanks for visiting", etc. Very neat! Check it out!

Expanding Window
(Best with Internet Explorer) Opens a small window then expands it vertically and horizontally to fill the screen with the new web page. Netscape users will not get any errors, the window simply opens the new page normally.

Page2 Next page