Event handler registration

On this page I test the W3C and Microsoft event handler registration methods.

This is the P on which we'll try to register a click event handler.

Test:
addEventListener()
removeEventListener()
attachEvent()
removeEvent()