Note how the button click event is handled within the SCRIPT tag.
<SCRIPT LANGUAGE="VBScript" EVENT="onClick" FOR="clickme"> <!-- alert "You clicked the button" --> </SCRIPT> <FORM><INPUT TYPE="button" NAME="clickme" VALUE="Click Me !"></FORM>