Home Javascript Events Create Click-On Events
Search MS Office A-Z   |   Search Web Pages/ Design A-Z

Create Click-On Events

Events cause the browser to take a specific action when a user does something, such as click text.

<P onclick=”alert (‘You clicked here.’)”>

If you click here something marvelous will happen.
</P>

The core event model is a work in progress, so you should always check to make sure any coding you use works properly in the browser you expect your audience to use.