Click to See Complete Forum and Search --> : fullscreen


geminidon
09-06-2003, 10:36 AM
ok it's like this i have a blank index page that opens a full screen page onload. It looks fine on my computer, but i've been told by some visiters that it does not show the whole page when in fullscreen... why is this, i assumed it has to do with compatibility but i'm not sure how to fix it.
www.prophetsyndicate.com (http://www.prophetsyndicate.com)
is the link and the fullscreen page that opens is base.htm (http://www.prophetsyndicate.com/base.htm)
please help me!!! please!!!
oh yeah this is the code
<!--
function maxWindow(){
var intWidth = window.screen.width;
var intHeight = window.screen.height;
window.open("base.htm","FairCon","eval('width=' + intWidth + 'height = ' + intHeight)")
}
//-->

Fang
09-06-2003, 01:22 PM
The size of the window is the size set by the user.
If I set the size of my window to a quarter of my screen size,
then that will be the size of the window you open.