Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-29-2005, 10:21 PM   PM User | #1
Ninja Kitten
New to the CF scene

 
Join Date: Dec 2005
Location: Florida
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Ninja Kitten is an unknown quantity at this point
Question Having Scrollbars in Sized Window...

Alright, I'm currently using this code:

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!
Ninja Kitten is offline   Reply With Quote
Old 12-29-2005, 10:33 PM   PM User | #2
feras_wilson
Regular Coder

 
feras_wilson's Avatar
 
Join Date: Jul 2005
Location: Sweden
Posts: 129
Thanks: 1
Thanked 0 Times in 0 Posts
feras_wilson is an unknown quantity at this point
Smile Use Resizable

Hi!
its only to add Resizable like 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,resizable=yes');return false;">Everbane</a>

Last edited by feras_wilson; 12-29-2005 at 10:38 PM..
feras_wilson is offline   Reply With Quote
Old 12-29-2005, 11:53 PM   PM User | #3
Ninja Kitten
New to the CF scene

 
Join Date: Dec 2005
Location: Florida
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Ninja Kitten is an unknown quantity at this point
Hm, still won't display scrollbars.
Ninja Kitten is offline   Reply With Quote
Old 12-30-2005, 11:44 AM   PM User | #4
mark87
Senior Coder

 
Join Date: Dec 2004
Location: Essex, UK
Posts: 2,636
Thanks: 0
Thanked 0 Times in 0 Posts
mark87 is on a distinguished road
It should be 'scrollbars' not 'scrollbar'.

onclick="window.open('login.php','newWindow','width=640,height=480','menubar=no,toolbar=no,location= no,status=no,scrollbars=yes');return false;"
__________________
markaylward.co.uk
mark87 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:52 PM.


Advertisement
Log in to turn off these ads.