Path = Home : Webmaster Resources : HTML Design Tips : How To Create An Alert Box
<a href="" onMouseOver="alert('YOUR MESSAGE');return true;"> Place link text here</a>
This code will open an alert box when your mouse moves over the link. This alert box will make a sound and display a small box with your message and an "OK" button. The box will close when the "OK" button is clicked.
This alert can be used to inform your visitors of a special event, news, or information.