Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to remove scroll bar with javascrip

Status
Not open for further replies.

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!
 
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...
 
What if you are using a "post" form? Then you can not use open()
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top