Flying Border Popup

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


Sampled by JavaScriptBank.com Close popup window then reload this page to run again

Over 2000+ free Javascript
at JavaScriptBank.com Website
Configuration:

Step 1: 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).






Over 2000+ free Javascript
at JavaScriptBank.com Website