[thelist] [Javascript] strange screen.height error OSX

Ben Morrison ben.morrison at dogstardesign.co.uk
Wed Nov 27 09:59:03 CST 2002


I¹m getting a strange window height in IE5.2 on Mac OSX,
works fine in all other broswers
[CODE]
function newWin(url, swapPage, heightVar, winName)
{
winHeight=screen.height-85;
popup=window.open(url,winName,'scrollbars=yes,resizable=no,width=410,height=
'+ winHeight +', left=151,top=0');
}
[/CODE]
ignore the heightVar, just debugging.
ON IE OSX the window is about half the size?





More information about the thelist mailing list