|
I have a script that resets the current window in theater mode. Because in some pc`s it wont work, and in others it creates security issues because of the fact that it`s VBScript, I need a script that does the same thing with less problems. Do you know what I mean by a Theater Mode window. I want, when the page loads, automatically, without any pop-ups or opening any new windows, the current window to go to Theater Mode, as if someone pressed the F11 key on Internet Explorer.
|
|
|
Are you trying to do this in a web page? If you can access the registry (eg from a vb program) you set it by setting HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
to FullScreen
That probably won't help you though!
|
|
|
|
|
|
|
|