Click to See Complete Forum and Search --> : cant get popup scripts to work


spinnyscripter
09-24-2003, 12:39 PM
hellp people,
i can seem to get a pop up to work i will include the code below and a web address to se if i have a popup stoper installed so here goes

http://members.lycos.co.uk/devonforums


<head><title>DEVONFORUMS.2YA.COM</title></head>
<frameset rows="80,*,">
<frame name="blank" src="popup.html">
<frame name="mainpage" src="phpBB2/index.php">
<frame set>
<BODY OANLOAD=javascript:openWrapper('NoWrapper','popup1.html','menubar=no,scrollbars=no,status=no,toolbar =no,resizable=yes,top=0,left=0,width=300,height=300')>
<TT><CENTER>TO CLOSE CLICK ON THE X AT THE TOP OF THIS WINDOW</CENTER></TT></body>

pyro
09-24-2003, 12:43 PM
Try taking a look at http://www.webdevfaqs.com/javascript.php#popup

spinnyscripter
09-25-2003, 11:34 AM
Thanks for that ill have a look later

pyro
09-25-2003, 12:02 PM
Ok, sounds like a plan. Hope it works for you... :)

spinnyscripter
09-25-2003, 12:11 PM
i want my pop up to open automaticly that looks like one that opens on a click not automaticl

thanks any way pyro:)

pyro
09-25-2003, 12:14 PM
Just a few modification necessary:

<body onload="window.open('popup.htm','child','width=600,height=400,scrollbars=1');">