Forum Moderators: open

Message Too Old, No Replies

event.srcElement not working in firefox

         

anbu

11:15 am on Sep 29, 2005 (gmt 0)



can any one give me a alternate code for event.srcElement to work in firefox

Bernard Marx

1:40 pm on Sep 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The equivalent W3C property is target, but

- The target property can hold a text node
- The W3C event model is different, so event probably won't cut it.

I might be better if you could show us a little of the function that is receiving the event.