News Headlines
Popup Window Closer - Button


To get a popup window to close it is common to add a button that will allow the user to "Close Window".
Popup Window Closer - Click Anywhere


A not so common method to close windows is using a 'click anywhere' method. The code specifies that if the popup loses focus or is clicked the popup closes. Basically anywhere you click will close the window.
Popup Window Closer - Image


To get a popup window to close it is common to add an image link that will allow the user to "Close Window".
Popup Window Closer - Text Link


To get a popup window to close it is common to add a link that will allow the user to "Close Window".
Popup Window Closer - Timer


Use this code to get a popup window to close after a pre-determined amount of time. For example, set an advertisement popup window to remain open for 15 seconds, then it automatically closes.
Popup Window Close Methods


Here you will find a few methods to close windows. Select from the list below to jump to the code. Use the instructions near each method. Close window after time interval, Use a link to close popup, Use a button to close popup, Use an image to close a link and Use 'click anywhere' method to close popup.
Hold Window Focus


Use this code to make sure a window remains in focus, on top. Great for web site news or smaller popup windows that are easily shuffled under out of focus.
Window Maximizer


Use this code to automatically maximize (to fill up screen) any window where the code is placed.
Window Move-To


Use this code to automatically move a window to a specified X,Y coordinate. For example, you can automatically move a window to X0,Y0 (upper left). Great to use this in pages in your site you link to using target="_blank" (new window) or popup windows. You want them to open up to show more information but you want it placed out of the way.
Auto Window Resizer


Use this code to automatically resize a window to a specified Width,Height. For example, you can automatically resize a window to 700,500.
Open 2 Popups at Once


The code below opens 2 popup windows at once. Edit the code to get the 2 windows you want to open.
"BYE" Popup - onUnload


This script is designed to open a window when the users are leaving your site. For example, when they leave your site you can open a window that says thank you for visiting. When they say "BYE" you can say, "Not so fast!"
Hidden Popup Spawner


Now you to can own the code that is used to power those annoying web sites that seems to open popup windows from nowhere! Actually the primary reason we are giving this code away is that other companies are charging for such an easy piece of code.
PopUp Making Wizard, w/Cookies!


Use the Ace Generation 3 Popup Wizard, with cookies to easily add popup windows to your web site. The windows are activated by clicking on a link, button, when a page loads or unloads, and can be adjusted to any degree of detail you desire, such as dimensions, scrollbars, toolbar etc. You can now set the window to use cookies. Set the window to popup only once per visitor or at set interval per visitor.
Flying Popup Window

01-22-2002 -- WWW.CGISCRIPT.NET, LLC

Use this code snippet to create a popup window that flies around the screen. Perfect for getting the attention of your web site visitor. Announce new features of your site, announce new products. Many cool uses.