Hey, I'm a JS retard and I wanna know how to open more than one pop-up at a time. I have a script which does one pop-up with this line in the body tag:
onUnload="popup('http://www.yahoo.com')"
But I want to pop two windows. I tried just pasting the above code twice, but nothing happens. Is there some way I can tell the browser onunload popup A AND B?
I'd be interested in any solutions to this problem. Feel free to post some scripts!
onUnload="popup('http://www.yahoo.com')"
But I want to pop two windows. I tried just pasting the above code twice, but nothing happens. Is there some way I can tell the browser onunload popup A AND B?
I'd be interested in any solutions to this problem. Feel free to post some scripts!

Comment