<HTML> <HEAD> <TITLE>Generalized Event Handling Test</TITLE> <SCRIPT src = "events.js"></SCRIPT> <SCRIPT src = "hStatusWrite.js"></SCRIPT> <SCRIPT src = "hFlipButton.js"></SCRIPT> </HEAD> <BODY> <!-- This will work in IE, since anchors can have names, but not in NS --> <a href="./someLink.htm" name="link element">A link</a> <form> <!-- IE needs a non-proportional font for these button labels ... --> <br><br> <input type="button" style="font-family:Courier" name="button1" value="BUTTON"> <br><br> <input type="button" style="font-family:Courier" name="flip" value=" SLOW "> <br><br> <input type="button" style="font-family:Courier" name="highlight" value=" ALERT "> <br><br> <input type="button" style="font-family:Courier" name="flip_highlight" value=" FAST "> <br><br> <input type="button" style="font-family:Courier" name="mutable" value=" CHANGE "> <br><br> </form> </BODY> </HTML>