Assignment 009

JavaScript Event Handlers

JavaScript is often utilized with events. Computers interact with your Web pages by clicking, double-clicking, dragging, and moving the mouse over various parts of you page. You Web page elements can respond to what the user does by using event handlers. In order to respond to the user's actions, you must set up a response to an event.

Google Hello Yahoo