JavaScript Categories   
[audio, music effects]   [ button and links]
[ clock, calendars, and timers]   [ image effects, slideshow and galleries]
[message]   [ navigation]  [ page details]  [ status bar effects
[text effects and scrolls]  [ user detail and browser info]   [ windows, remotes, frames]

 

Frame Breaker
  The below script will automatically break out of a frame if it detects one. Great for people who came from a frames site to yours so they don't get caught up in all those irratating frames

 

 

 

New Window when Button Clicked - Closes on Timer
  This will launch a remote Window when clicking  a button and the remote Window will stay open for a set amount of time. In the example it is 5 seconds

 

 

 

New Window when Entering Page - Closes on Timer
  This will launch a remote Window when entering a page and the remote Window will stay open for a set amount of time. In the example it is 5 seconds

 

 

 

Loads Popup Window when Page Loads
  This will launch a remote Window when you enter a page

 

 

 

Opens Windows on Mouse Passover
  This will launch a remote Window with a message or link when the mouse is passed over a link

 

 

 

Opens Windows on Mouse Passover Text
  This will launch a remote Window with a message or link when the mouse is passed over a link

 

 

 

Click on Link and it Changes to Different Frames
  This will load to different pages into two different frames when you click a link

 

 

 

Advance Window Scroller
  This is actually a DHTML script that scrolls down a page than repeats again and again

 

 

 

Browser Specific Entry
  If you maintain a different page for Microsoft Internet Explorer and another for Netscape browsers, you should use this script. Quite simply, it sends the right browser to the right browser-optimized page

 

 

 

Windows (Open New Windows\Close)
  This script is a wonderful example of JavaScript at it's best. This will show you the basics on opening new windows and closing windows

 

 

 

New Window when Mouse is Moved Over a Link - Closes on Timer
  This will launch a remote Window when you pass the mouse over   a Link and the remote Window will stay open for a set amount of time. In the example it is 5 seconds

 

 

 

New Window when Mouse is Moved Over an Image - Closes on Timer
  This will launch a remote Window when you pass the mouse over   a n Image and the remote Window will stay open for a set amount of time. In the example it is 5 seconds

 

 

 

New Window when Mouse is Clicks a Link - Closes on Timer
  This will launch a remote Window when you pass the click  a Link and the remote Window will stay open for a set amount of time. In the example it is 5 seconds

 

 

 

Opens Windows While Mouse Is Over Text Closes when not on Text
  This will launch a remote Window when mouse is over text and the window will remained open until the mouse moves off the text or hot spot

 

 

 

Chromeless window (v3.5)
  A chromeless window is a special type of window stripped of the conventional interface, such as titlebar, browser buttons, status bar etc (aka chrome). This allows you to implement your own chrome, from how the title bar should look, the buttons to display (ie: close, max), to whether to render a border. In other words, complete control over the window's look

 

 

 

Moving Windows
  It lets a window move, bouncing against the sides of the screen

 

 

 

Loads New Page and Opens 2  Pop-Up Window With Link
  This will load a new page in the current page that your in plus open 2 new Popup Window when the Hyperlink is clicked by the mouse

 

 

 

Loads New Page and Open Pop-Up Window With Link
  This will load a new page in the current page that your in plus open a Popup Window when the Hyperlink is clicked by the mouse

 

 

 

Remote Window Launcher
  This will launch a remote Window that launches pages into pages in the original window

 

 

 

Farewell Window Launcher
  Loads a new "Fairwell" window whenever someone leaves the page

 

 

 

Floating Window That Moves
  Opens up a second small window and moves the window around in a circular fashion

 

 

 

Customize Second Window
  This cool script will allow users to open a secondary, the user can customizable the second window to his needs

 

 

 

 Optimized Popup
  Opens a new full screen browser window optimized for the visitor's browser (Netscape, Internet Explorer, or Other). As well, the properties of new window can be customized -- such as the toolbars, scrollbars, menu bar, location bar, the status bar, and whether it is resizable or not. Great!

 

 

 

Full Screen Expanding Window
  Launches a rapidly expanding window that moves down and across the screen until it fills the entire screen area (IE) in fullscreen mode. The script then loads your content page into the fullscreen view

 

 

 

Navigation Centered Popup
  open popup in center of page

 

 

 

Interpage Transition Syntax
  The syntax for interpage transitions consists of two parts: when the transition should play, and what kind of interpage transition to use. The following two examples show how to apply interpage transitions upon loading and exiting a page

 

 

 

Mini window Script
  window script to replace the default popup window in IE5+ and NS6. Drag, maximize, and close it as your mouse desires. The window can be opened two ways- directly as the page loads, or via the click of a link. And for lower end browsers (non DOM compliant), the script degrades well by launching the default browser window instead

 

 

 

Move Window I
  Move the browser window by simply clicking the buttons on the page. Neat!

 

 

 

Move Window II
  Move the browser window simply by using the arrow keys! Cool! IE only (Frames not supported)

 

 

 

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

 

 

 

Navigation 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

 

 

 

Popup Box (DHTML Announcement Box)
  Use this custom DHTML "widget" to uniquely present new or notable pieces of information to your visitors. The interface is cross browser compatible, and can be dragged/ hidden freely by the user. Now that's something new in itself!

 

 

 

Page Scroller
  Looking for a script that replaces the window's default scrollbars in scrolling the page? This script allows you to use custom images to scroll the page up/down as the mouse moves over them. The images are always in view at the corner of the window. A critical script in environments where the default scrollbar is hidden (ie: popup window)