Javascript Events

By sitablog

Events are actions that can be detected by JavaScript. For example – a mouse clicking, a mouse hovering on a text. Based upon the detection of the events we can take some actions.

There is a long list of the events recognised by Javascript. We will cover some basic javascript events and examples in this chapter.
onload event

The onload events is triggered when the user enters the page.
http://www.referencedesigner.com/tutorials/js/js_16.php

Tags: , , , , ,

Leave a Reply