Flying Border Popup
This script creates a pop-up-window that rushes right around the screen. Great impact for banners and important messages! Crossbrowser. True copy-and-paste setup.

Configuration:

Step 1: Put the file 'popup.js' into the same folder as your webpage.

Step 2: Open your webpage. Paste the following code anywhere into your webpage:



Step 2: Paste the following red code right INTO the <body> tag of your webpage:
<body onLoad="openpopup('popupcontent.html','130','140')">

popupcontent.html is the HTML-file displayed inside pop-up-window (just change its value).
130 is the width of the popupwindow (just change its value).
140 is the height of the popupwindow (just change its value).

Click here to download files