<!– Copy this code into the HEAD part of your HTML file –>
<SCRIPT language=“JavaScript“>
<!– Begin
function popup() {
alert(„Your text in the alert function.“);
}
// End –>
</SCRIPT>
<!– Copy this code into the BODY part of your HTML file –>
<A HREF=“graphic.gif“ onMouseOver=“popup()“>
<IMG SRC=“graphic.gif“ BORDER=0></A>
or
<A HREF=“http://www.url.com“ onMouseOver=“popup()“>
Put Mouse Here</A>