JS

JavaScript Demos:
Popup Window with Timeout.

jim.cerny@unh.edu   13-AUG-1998


Look for the popup window to appear on your screen. It will timeout in six seconds.


Discussion.

For the basic description of what is happening with a popup window, see the first example in this series.

This script just adds a timeout to the window that popsup. The time is measure in milliseconds, so six seconds = 6000. Other changes include making the popup window smaller and eliminating the scroll bars.