multiple popup windows on one page? how?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Angry Jew Cat - Banned for Life
    (felis madjewicus)
    • Jul 2006
    • 20368

    #1

    multiple popup windows on one page? how?

    Does anybody know how to run multiple popup windows on a single page. I'm working on a mock shopping cart sort of thing, using wordpress as my cms. i'd like for each item in my shop to open into a popup with more details on the product, but all the code i find doesn't seem to handle multiple popups. I tried googling "multiple popups" an di'm having trouble getting things straightened out. if anybody knows a piece of javascript that works easily for this, it's be badass if you could set a jew cat in the right direction.
  • Angry Jew Cat - Banned for Life
    (felis madjewicus)
    • Jul 2006
    • 20368

    #2
    posting myself a bump. if there's any designers who can explain this to me, or help me get this setup. i'll pay $$$ to get things going. this is the last little fuck up holding me from getting any further with this project. i wanna go live by next week.

    Comment

    • GrouchyAdmin
      Now choke yourself!
      • Apr 2006
      • 12085

      #3
      just add more target="_new" targets? What the hell are you asking?

      Comment

      • Bro Media - BANNED FOR LIFE
        MOBILE PORN: IMOBILEPORN
        • Jan 2004
        • 16502

        #4
        <a href="javascript:void();" onclick="window.open('win.html', 'link', 'width=310,height=600,scrollbars=yes');">link</a>

        Comment

        • NickSunshine
          Confirmed User
          • Mar 2006
          • 1196

          #5
          <a href="javascript:void(window.open('http://www.nicksunshine.com/','new1Win2','resizable=1,status=1,menubar=1,toolb ar=1,scrollbars=1,location=1,directories=1,width=5 50,height=350,top=60,left=60'))">Open Pop-up</a>



          <a href="javascript:void(window.open('http://www.dickdarkness.com/','new2Win2','resizable=1,width=550,height=150,top =160,left=160'))">Open Pop-up</a>
          make sure every window has a unique name.

          Comment

          • Spunky
            I need a beer
            • Jun 2002
            • 133978

            #6
            Boot the piece of crap

            Comment

            Working...