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.
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).