Assignment 013

JavaScript, Form Controls and Event Handlers

Click The Button:


This is a radio button:


This is a check box:


This is a textfield:

The above HTML controls are all set to respond to events. All responses will be alert boxes, but the events will be different. JavaScript is used to respond to the following types of events: