Javascript function registration We register 2 functions against the same event of a component - but in different ways.
Created May 7, 2012
suresh kumar Hi,
the order of fn execution starts from inline event and then attachevent/addEventListener.
Basically 'attachEvent' handler support only in IE(bcz there is no Dom support ) and 'addEventListener' will support mozilla,netscape etc.