Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > alt.comp.lang.javascript > #72

Re: retrieving mouse coords

Newsgroups alt.comp.lang.javascript
Date 2022-04-27 06:42 -0700
References <0kodk6timsm963gebokvor397jui8ak5qh@4ax.com>
Message-ID <e0dfcbe3-ac48-4de4-9c2c-27c07d775eben@googlegroups.com> (permalink)
Subject Re: retrieving mouse coords
From Uudisteagentuur <he12091983@gmail.com>

Show all headers | View raw


Mike kirjutas Esmaspäev, 31. jaanuar 2011 kl 17:27:59 UTC+1:
> 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

I guess, there could be differences in different browsers.




Kristjan

Back to alt.comp.lang.javascript | Previous | NextNext in thread | Find similar


Thread

Re: retrieving mouse coords Uudisteagentuur <he12091983@gmail.com> - 2022-04-27 06:42 -0700
  Re: retrieving mouse coords Uudisteagentuur <he12091983@gmail.com> - 2022-04-27 06:45 -0700

csiph-web