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
