Button event handler
•
<form>
<input type="button" value="See Some
Text" name="button2"
onClick
="
alert
('Some Text')
;">
•
</form>
•
Recall: window is the assumed object.