anetheJ
04-16-2003, 02:27 AM
how can i make more than one pop-up window on the same page and all with an image link?
|
View Full Version : how can i make more than one pop-up window.... anetheJ 04-16-2003, 02:27 AM how can i make more than one pop-up window on the same page and all with an image link? epolady 04-16-2003, 02:52 AM http://www.lissaexplains.com/forum//showthread.php?s=&threadid=23933&highlight=multiple+popups anetheJ 04-16-2003, 03:16 AM ok i put the HTML for each and stuff, but when i click on them nothing happens... why? here is the page: http://www.boomspeed.com/_tarotfreak_/adopt.html lefty 04-16-2003, 03:21 AM Check the codes in your <HEAD> tag, each should have a different name. Yours are currently named "popup", but each should match the name you have for your links. anetheJ 04-16-2003, 03:27 AM yeah, i did that. popup1, popup2, and popup3. lefty 04-16-2003, 03:41 AM but you didn't do it in your scripts. ;) <script language="javascript"> //<!-- function popup() { window.open ("http://www.boomspeed.com/_tarotfreak_/2.html","popup2"',"width=200,height=20,location=0,menubar=0,resizable =0,scrollbars=0,status=0,titlebar=1,toolbar=0") } --> </script> you have to change that part, too. anetheJ 04-16-2003, 03:46 AM oops... just kidding! haha! thanx! lefty 04-16-2003, 03:54 AM heh you're welcome, glad you got it figured out :D |