We register 2 functions against the same event of a component - but in different ways.
One is through inline event handlers and the other through attachevent/addeventlistene r.
What is the order of firing of the events - do both the events get fired or one suppresses the other.
Is the behaviour uniform across browsers?
One is through inline event handlers and the other through attachevent/addeventlistene r.
What is the order of firing of the events - do both the events get fired or one suppresses the other.
Is the behaviour uniform across browsers?
Comment