Java Script Alert Example

Put Mouse Here
|
Java Script Alert Instructions
Java Script Alert is a fun trick that opens an alert box when the mouse is put over a picture or text.
Copy the first part of the script into the head part of your HTML file.
Place the function call onMouseOver="popup()" inside the <A HREF> tag.
|
The Script
|