[Javascript] window screenX and screenY

Laurent Muchacho LaurentM at london.virgin.net
Fri Sep 10 06:09:11 CDT 2004


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.



More information about the Javascript mailing list