Mouse Events


The idea is to change an image when the mouse is over it. Also, when the user selects it and dialog window will come up telling them where they are going.

Here are the necessary functions

The html for the image appears below

Note: That the image has to be named, so that the functions can address and change it.

Here are the full path to the images, so you can try this out:

http://www.dcs.uwaterloo.ca/~anderson/JavaScript/iST.gif
http://www.dcs.uwaterloo.ca/~anderson/JavaScript/UW.gif

Test the above in an HTML form.

Back