Want to have vertical scroll bar if content is more than expected in popwindow

Posted by OM The Eternity on Stack Overflow See other posts from Stack Overflow or by OM The Eternity
Published on 2010-05-28T06:08:43Z Indexed on 2010/05/28 6:11 UTC
Read the original article Hit count: 126

Filed under:
|
|

Want to have vertical scroll bar if content is more than expected in popwindow...

I have a snippet to display the popwindow on click of a button which is given below: window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=650,height=500,screenX=150,screenY=150,top=150,left=150,overflow-x:hidden')

with this, i am not able to have th vertical scrollbar if i have the more than expected content in it, How can i get the vertical scroll bar display byitself whenever needed?

© Stack Overflow or respective owner

Related posts about html

Related posts about popup