Getting schroll bars to show up in a window

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
mudge.steve
Forum Newbie
Posts: 10
Joined: Thu Apr 22, 2010 3:28 pm

Getting schroll bars to show up in a window

Post 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
User avatar
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

Post 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}
mudge.steve
Forum Newbie
Posts: 10
Joined: Thu Apr 22, 2010 3:28 pm

Re: Getting schroll bars to show up in a window

Post by mudge.steve »

Thanks so much!

That scrollbars=1 did the trick!

Great resource for information as well
Post Reply