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

Lau lau at goldenweb.com.au
Wed Mar 27 03:23:14 CST 2002


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 :-(






More information about the Javascript mailing list