Page 1 of 1

Getting schroll bars to show up in a window

Posted: Thu Apr 22, 2010 4:05 pm
by mudge.steve
Hello

Another no brainer for some!

How do you get scroll bars to show up when using the onclick="window.open" command?

Thanks

Re: Getting schroll bars to show up in a window

Posted: Thu Apr 22, 2010 4:11 pm
by flying_circus
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}

Re: Getting schroll bars to show up in a window

Posted: Thu Apr 22, 2010 4:18 pm
by mudge.steve
Thanks so much!

That scrollbars=1 did the trick!

Great resource for information as well