[thelist] IE 6, fullscreen and scroll bars

Chris Marsh chris at ecleanuk.com
Fri Feb 14 04:51:01 CST 2003


Dear all

I am opening a popup window using javascript in IE6 in fullscreen mode.
I am using the following:

<a href='javascript://' onclick='window.open("test2.htm", "test",
"directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status
=no,toolbar=no,fullscreen=yes")'>Click</a>

I have also tried:

<a href='javascript://' onclick='window.open("test2.htm", "test",
"fullscreen=yes")'>Click</a>

Both of these open up the window fullscreen as desired, but I have a
redundant vertical scrollbar on the right hand side of the screen. There
is no slider as there is not enough content in the html file to require
scrolling, but the scrollbar still appears. Has anyone any idea on how
to get rid of this?

Regards

Chris Marsh




More information about the thelist mailing list