Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.lang.javascript > #78
| Newsgroups | alt.comp.lang.javascript |
|---|---|
| Date | 2022-06-29 05:46 -0700 |
| References | <0kodk6timsm963gebokvor397jui8ak5qh@4ax.com> |
| Message-ID | <f4b38dcc-1577-4ec1-92d0-89566151f0c5n@googlegroups.com> (permalink) |
| Subject | Re: retrieving mouse coords |
| From | Angel <he12091983@gmail.com> |
I guess, there could be differences in different browsers.
It is like the fact, that iphone's older shop version's don't support downloading newer applications to the Iphone.
******************************************
Angel
Mike kirjutas Esmaspäev, 31. jaanuar 2011 kl 18:27:59 UTC+2:
> I am using this:
> <img onClick="ScanMap(event);" src......>
> my function:
> <script language="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
Back to alt.comp.lang.javascript | Previous | Next | Find similar
Re: retrieving mouse coords Angel <he12091983@gmail.com> - 2022-06-29 05:46 -0700
csiph-web