Click to See Complete Forum and Search --> : Is srcElement still IE only?


twkliu
10-10-2003, 01:00 PM
Is srcElement still IE only?

Does Netscape have any similar property that will return the element that fired the event?

Background:
I am trying to put onClick in the <body> tag, and when user clicks anywhere on the page, I want to know if they are clicking on the link or button.

Thanks.

Vladdy
10-10-2003, 01:26 PM
...and forever will be.

Gecko engine uses DOM2 Event model. (see specification at W3C)