|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by gplana in Internet Protocols, HTTP, HTMLkit
Dear Expert:
I have the following code which opens a web page in fullscreen mode. However, I have two issues:
1. I can't hide the status bar (despite I put "status=no" on the options)
2. if I try to hide the Windows task bar, the title bar of the IE6 windows appears.
What I want is to run my web application in full screen mode without any of the IE window elements.
Can you help me ?
1:
2:
3:
4:
5:
6:
7:
8:
|
var altura = screen.height;
var amplada = screen.width;
var opcions=("toolbar=no, location=no, directories=no, status=no, menubar=no ,scrollbars=auto, resizable=NO, fullscreen=yes, width=" + amplada + ", height=" + altura);
wind = window.open("principal.php?usuari=" + usuari + "&contrasenya=" + contrasenya,"gesquir2",opcions);
wind.moveTo(0,0);
wind.focus();
window.opener = self;
window.close();
|
20100308-EE-VQP-141 - Hierarchy / EE_QW_3_20080625