back
More About Event Handlers
So far you have learned what an event handler is. There are three kinds that we are going to learn about:
  1. onMouseOver
  2. onMouseOut
  3. onClick
Today's example uses onMouseOut. It sends a message to the user when their mouse leaves a link on the screen. Check out this example. [onMouseOut example].

Assignment

Create a page with link that utilizes onMouseOut to open up another web page.