Hello,I want all the frameset to open in full screen on the web. I tried using fullscreen = yes and resizeTo(width, height), but none of them is working. I put the javascript code in the frameset property HTML tag> Others.
thanks.
Hello,I want all the frameset to open in full screen on the web. I tried using fullscreen = yes and resizeTo(width, height), but none of them is working. I put the javascript code in the frameset property HTML tag> Others.
thanks.
Subject: Opening frameset on the web in full screen
Framesets normally take up the full screen of the browser window so not really sure what you mean here.If you mean how to maximise the browser window then that is a separate issue altogether.
Subject: RE: Opening frameset on the web in full screen
"If you mean how to maximise the browser window then that is a separate issue altogether. "
And something, that will make users hate you …
Subject: RE: Opening frameset on the web in full screen
I’m actually talking about maximising the browser window using javascript. I want the frameset to open in a maximised window.
I think it might come from the cache, for example if I resize the browser window and close it; the next time I open the frameset it won’t open in full screen, but open same height and width as the window I resized.
Subject: RE: Opening frameset on the web in full screen
That’s the normal behavior of all browsers and most (Windows) applications. That’s what users are used to. Is there any one user who cannot find the maximize windows button without your help?
You can do that using JavaScript. Obviously, the frameset itself does not provide a way to incorporate JS, so you have to put it in one of the pages or forms that are displayed in the frameset initially. From there, you can reference the browser windows using window.top and then apply one of the may scripts for resizing the window, that are floating around.
But I would still strictly recommend to not do it.