faqts : Computers : Programming : Languages : JavaScript : Browser Settings

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

126 of 174 people (72%) answered Yes
Recently 4 of 10 people (40%) answered Yes

Entry

How can I disable the Vertical Scrollbar in IE6 running in fullscreen mode?

Mar 28th, 2002 22:24
samir pawar, Markoff Chaney,


You can disable the Vertical Scrollbar in IE6 running in fullscreen 
mode by just using following two points.
1> Use scrollbars=0 in window.open() method.
2> Put scroll="no" in the BODY tag of the HTML page which you are going 
to open by using window.open() method.
This is it.
Enjoy
Samir