View Single Post
Old 12-31-2002, 01:00 PM  
49thParallel
So Fucking Banned
 
Join Date: Jul 2002
Posts: 1,197
This one will work. Put it between the head commands

script
window.open("http://www.xxx.com/popup1.html");
window.open("http://www.xxx.com/popup3.html");
self.focus();
window.open("http://www.xxx.com/popup2.html");
script

In the example above popup2 will pop up in front of all existing pages.

Note: to allow this post to show up, I had to remove the <> around the word "script" at the start of the code. The word script on the bottom of the code will need a bracket and a / in front of the word script and a bracket after the word script. You will have to add these, or else the script won't work. (The hoops you have to go through to make code show up on a message board)

Popup1 and Popup3 will popup behind the page that spawns the popup. Mix and match to achieve whatever effect you want.

(And use them for good, not evil...or at least send them to my pop-up killer software

Last edited by 49thParallel; 12-31-2002 at 01:07 PM..
49thParallel is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote