[Javascript] window screenX and screenY

Laurent Muchacho LaurentM at london.virgin.net
Fri Sep 10 07:46:41 CDT 2004


Thanks Matt

This as done the trick.

Laurent

-----Original Message-----
From: Matt Barton [mailto:javascript at mattbarton.org]
Sent: 10 September 2004 12:34
To: [JavaScript List]
Subject: Re: [Javascript] window screenX and screenY


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

_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript


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.



More information about the Javascript mailing list