Attn JS masters: Multiple pop-ups? How?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hayesone
    Registered User
    • Mar 2003
    • 93

    #1

    Attn JS masters: Multiple pop-ups? How?

    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!
    <a href="http://cecash.com/greenindex.html?affiliate=2461263:VMI4">AllAccessP ass - New Email Program from CE $1.30 NO DEDUCTIONS!</a>

    <a href="http://www.freepassbucks.com/?revid=1654">FreePassBucks - Nothing converts better than a new program</a>
  • gxnpt
    Registered User
    • Mar 2003
    • 6

    #2
    onUnload="popup('http://www.yahoo.com');popup('http://www.disney.com');"
    <img src="http://www.pleasuregirls.biz/images/gxnptanisig.gif">
    <br>pleasuregirls.biz is an escort site<br>disguised as an adult site

    Comment

    Working...