Scrollbar in pop-up

windows

Guest
Hi I want to put a scroll bar on a pop-up<br />
<br />
<br />
I'm using this code for the pop-up<br />
<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"#" onclick="window.open('http://mypage','mypagename','height=500,width=500,toolbar=no,menubar=no,titlebar=no,status=no');return false"><font color=#???>xxx</font></a><br />
<br />
<br />
Where code should I use and where should I put it??<br />
<br />
<br />
Thanks<br />
Karen:)<!--content--><a href=http://www.htmlforums.com/archive/index.php/"#" onclick="window.open('http://mypage','mypagename','height=500,width=500,toolbar=no,menubar=no,titlebar=no,scrollbars=yes,status=n o');return false"><font color=#???>xxx</font></a><br />
<br />
that should solve your problems also a nice little tip is to include resizable=no into the code aswell ;)<br />
<br />
Joe<!--content-->Thanks!!<br />
<br />
<br />
another question tho<br />
<br />
what code do i use to make it automatically pop up rather than having to click on a link?<!--content-->i was going to post that code anyway lol :D<br />
<br />
<br />
<script language="JavaScript" for="window" event="onload()"> <br />
window.open("http://www.site.html", "myannouncer", "resizable=no,height=500,width=500,toolbar=no,menubar=no,titlebar=no,scrollbars=no,status=no") <br />
</script><br />
<br />
<br />
there you go ;)<br />
<br />
enjoy that code :D Joe<!--content-->
 
Back
Top