Ninja Kitten
12-29-2005, 10:21 PM
Alright, I'm currently using this code:
<a href="login.php" onclick="window.open('login.php','newWindow','width=640,height=480','menubar=no,toolbar=no,location=no,status =no,scrollbar=yes');return false;">Everbane</a>
But on some pages I need users to be able to scroll down, and they can't. How do I go about making it so you can use scrollbars, or even better, scrollbars on specific pages only, without using iFrames. (If it's possible.)
Thank you!
<a href="login.php" onclick="window.open('login.php','newWindow','width=640,height=480','menubar=no,toolbar=no,location=no,status =no,scrollbar=yes');return false;">Everbane</a>
But on some pages I need users to be able to scroll down, and they can't. How do I go about making it so you can use scrollbars, or even better, scrollbars on specific pages only, without using iFrames. (If it's possible.)
Thank you!