<--up

It is always confusing to know what javascript events are available to use in the HTML tags. The following is a list of the available events. These events are good for 4.0 and up browsers.

onclick
ondblclick
ondragstart
onfilterchange
onhelp
onkeydown
onkeypress
onkeyup
onmouseup
onselectstart

onmouseover
onmousemove
onmousedown
onmouseup
onclick
ondblclick
onmouseout 

usage example:
< img src="xyz.gif" onclick="this.src='abc.gif'" >