[Javascript] NN vs IE

St=?ISO-8859-1?B?6Q==?=phane Leys leys.stephane at free.fr
Sun Jul 8 08:17:14 CDT 2001


le 7/07/01 19:06, Peter-Paul Koch à gassinaumasis at hotmail.com a écrit :

> 
> If you want this to work in NN4, put the resize script in the popup page and
> execute it onLoad.
Thanks, I've done it

Another question.

I'm trying to center my wd on the screen

window.moveTo( (screen.availWidth- window.outerWidth) / 2 ,
(screen.availHeight- window.outerHeight) / 2);

It works with NN but not with IE

The problem is that window.outerWidth , outerHeight .. are not defined in IE

My question is : where can I find a list of properties and methods which are
implemented or not in IE ?

TIA

S.
-- 
Stéphane Leys
http://leys.stephane.free.fr/





More information about the Javascript mailing list