MOUSE EVENTS::

1.ONCLICK EVENT


2.ONDOUBLECLICK EVENT


3.ONMOUSEOVER EVENT


4.ONMOUSEOUT EVENT


KEYBORAD EVENTS::

1.ONKEYDOWN EVENT


2.ONKEYUP EVENT

A function is triggered when the user releases a key in the input field.

The function transforms the input field to upper case:

Enter your name:

3.ONKEYPRESS EVENT