Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] how do I do event.clientX in Netscape?


  • From: javascript@xxxxxxxxxx (Lau)
  • Subject: [Javascript] how do I do event.clientX in Netscape?
  • Date: Wed, 27 Mar 2002 20:23:14 +1100

How do I detect the current cursor position in NN4.7  and in NN6?

In IE I use the following:

var x=event.clientX;
var y=event.clientY;

but it doesn't work in Netscape :-(