[Javascript] window screenX and screenY

Matt Barton javascript at mattbarton.org
Fri Sep 10 06:33:55 CDT 2004


Afternoon,

According to my O'Reilly flamingo book it's window.screenLeft and
window.screenTop.  Not tested myself, but the book is normally accurate.  It
lists the properties as being valid for "IE5(Win)".

Ta ta,

Matt

----- Original Message ----- 
From: "Laurent Muchacho" <LaurentM at london.virgin.net>
To: "'[JavaScript List]'" <javascript at LaTech.edu>
Sent: Friday, September 10, 2004 12:09 PM
Subject: [Javascript] window screenX and screenY


> Hi
>
> Easy one is any one now what is the IE equivalent of window.screenX and
> window.screenY who are NS Mozilla.
>
> if(document.all){
> alert(window.? + '\n' + window.?)
> }else{
> alert(window.screenX + '\n' + window.screenY)
> }
>
> Thanks
>
>
> This E-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.  If you have received this E-mail in error please notify the
system manager.  This message contains confidential information and is
intended only for the individual named.  If you are not the named addressee
you should not disseminate, distribute or copy this E-mail.
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
>
> -- 
> This email has been verified as Virus free
> Virus Protection and more available at http://www.plus.net




More information about the Javascript mailing list