Form JavaScript Tutorial

Syntax

onClick="command"
The onClick event handler is defined in an tag and specifies what to do when the button is clicked.


    
                   value="Big Button"
             name="myButton"
             onClick="alert('Click event occurred')">