Re: retrieving mouse coords
Angel <[email protected]> Wed, 29 Jun 2022 05:46:09 -0700 (PDT)
| Newsgroups | alt.comp.lang.javascript |
|---|---|
| Message-ID | <[email protected]> |
I guess, there could be differences in different browsers.
It is like the fact, that iphone's older shop version's don't support downl=
oading newer applications to the Iphone.
******************************************
Angel
Mike kirjutas Esmasp=C3=A4ev, 31. jaanuar 2011 kl 18:27:59 UTC+2:
> I am using this:
> <img onClick=3D"ScanMap(event);" src......>
> my function:
> <script language=3D"JavaScript1.2">
> function ScanMap(Evnt) {
> alert(Evnt.screenX);
> }
> </script>
> Is there a problem in any browsers with this? It appears to work for
> me in IE, Opr, old Netscape, old Firefox.
> Mike