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.
multiple popup windows on one page? how?
Collapse
X
-
Tags: None
-
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. -
-
<a href="javascript:void();" onclick="window.open('win.html', 'link', 'width=310,height=600,scrollbars=yes');">link</a>Comment
-
make sure every window has a unique name.<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>Comment
-

AIM: GrouchyGfy

Comment