cant get popup scripts to work

liunx

Guest
hellp people,<br />
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<br />
<br />
<!-- m --><a class="postlink" href="http://members.lycos.co.uk/devonforums">http://members.lycos.co.uk/devonforums</a><!-- m --><br />
<br />
<br />
<head><title>DEVONFORUMS.2YA.COM</title></head><br />
<frameset rows="80,*,"><br />
<frame name="blank" src=http://www.webdeveloper.com/forum/archive/index.php/"popup.html"><br />
<frame name="mainpage" src=http://www.webdeveloper.com/forum/archive/index.php/"phpBB2/index.php"><br />
<frame set><br />
<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')><br />
<TT><CENTER>TO CLOSE CLICK ON THE X AT THE TOP OF THIS WINDOW</CENTER></TT></body><!--content-->Try taking a look at <!-- m --><a class="postlink" href="http://www.webdevfaqs.com/javascript.php#popup">http://www.webdevfaqs.com/javascript.php#popup</a><!-- m --><!--content-->Thanks for that ill have a look later<!--content-->Ok, sounds like a plan. Hope it works for you... :)<!--content-->i want my pop up to open automaticly that looks like one that opens on a click not automaticl<br />
<br />
thanks any way pyro:)<!--content-->Just a few modification necessary:<br />
<br />
<body onload="window.open('popup.htm','child','width=600,height=400,scrollbars=1');"><!--content-->
 
Back
Top