Hello
Another no brainer for some!
How do you get scroll bars to show up when using the onclick="window.open" command?
Thanks
Getting schroll bars to show up in a window
Moderator: General Moderators
-
mudge.steve
- Forum Newbie
- Posts: 10
- Joined: Thu Apr 22, 2010 3:28 pm
- flying_circus
- Forum Regular
- Posts: 732
- Joined: Wed Mar 05, 2008 10:23 pm
- Location: Sunriver, OR
Re: Getting schroll bars to show up in a window
Hi,
See the following link:
http://www.javascript-coder.com/window- ... open.phtml
You can also use CSS's overflow property to get the scrollbars to render.
body {overflow: scroll}
See the following link:
http://www.javascript-coder.com/window- ... open.phtml
You can also use CSS's overflow property to get the scrollbars to render.
body {overflow: scroll}
-
mudge.steve
- Forum Newbie
- Posts: 10
- Joined: Thu Apr 22, 2010 3:28 pm
Re: Getting schroll bars to show up in a window
Thanks so much!
That scrollbars=1 did the trick!
Great resource for information as well
That scrollbars=1 did the trick!
Great resource for information as well