![]() |
|
|
+ Search |
![]()
|
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