Nov 15, 2002 #1 DataSpy Technical User Nov 15, 2002 39 US hello I am new to javascript and was wondering if and how I could remove a scrollbar from a window in a webpage? thank you ahead of time!
hello I am new to javascript and was wondering if and how I could remove a scrollbar from a window in a webpage? thank you ahead of time!
Nov 15, 2002 #2 tviman Programmer Jul 25, 2002 2,123 US Only on a window generated with javascript. window.open('','newWin','width=702,height=500,screenX=33,screenY=18,top=18,left=33,scrollbars=yes'); There's always a better way... Upvote 0 Downvote
Only on a window generated with javascript. window.open('','newWin','width=702,height=500,screenX=33,screenY=18,top=18,left=33,scrollbars=yes'); There's always a better way...
Nov 20, 2002 #4 bigfoot Programmer May 4, 1999 1,779 US What if you are using a "post" form? Then you can not use open() Upvote 0 Downvote