In ie, you can use event.srcElement to get to the element object where the event is triggered. With ff/nn, the equivalent is the event.target object.
- tsuji
The answer would depend on what the buttons do. If they submit a form, you could detect this server-side. If they just call stuff on the page, then detection is dead easy (the onclick could set a flag, for one).
Provide some more detail, and a more accurate answer might be forthcoming.
Hope this helps,
Dan
[tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.