Event example

Especially when you check the “targets” checkbox, but also when you don’t, Opera 5 may crash viciously.Opera 6 is safe, as far as I know.

In Opera 6 Linux the events only work when you click/mouseover a text

Checking the 'type/misc' checkbox causes problems in Safari. The background colour switching doesn't work too well, either. Since this browser doesn't have JavaScript error messages I don't have a prayer of solving the problem.

Show type/misc targets mouse stuff key stuff
Event modelPresent?AddRemove
onmouseup ev1-ev3Yes Register event Remove event
addEventListener
without capturing ev1-ev3
Yes Register event Remove event
addEventListener
with capturing ev1-ev3
Yes Register event Remove event
attachEvent ev1-ev3 Yes Register event Remove event
mouseover on ev3Yes Register event Remove event
keyup on documentYes Register event Remove event
Execute the onmouseup function of ev1

This is div id="ev1"








This is div id="ev2"






This is div id="ev3"
test text





This is div id="ev4"


span