full screen mode in mozilla
dear sir,
i am creating a web app. i want the browser to switch to full screen mode as soon as the mozilla is opened.
we will make the following arrangements in the client browser
1) set the home page of the browser to my url
2) in the index page, we want to call a javascript
which will switch to full screen mode.
the idea is to get the maximum screen real estate for my webapp.
we have tried to use the pop up but unable to bring it close to
the full screen mode.
problem with pop is, we unable to close the parent index page
which called my default application page. here is the present
code for the popup.
function fullscreen(){
window.resizeTo(screen.width,screen.height);
}
thanks in anticipation.
best regards
CJBGUY
__________________
CJBGUY
|