<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 2.0">
<title>OnMouseOver & OnClick Examples</title>
</head>

<body bgcolor="#FFFFFF">

<p><font size="4">OnMouseOver &amp; OnClick Examples</font></p>

<hr>

<p><a href="mouse.html" target="main"
onmouseover="self.status='See me? ACK is cool.';return true">Example
1</a> Hold your mouse over <i>Example 1</i> and look at the
status bar for a message.<br>
<a href="mouse.html" target="main" .htm"
onmouseover="alert('Your message can go here!')">Example 2</a>
Hold your mouse over <i>Example 2</i>. An alert box will come up.<br>
<a href="mouse.html" target="main"
onclick="alert('Your message goes here!')">Example 3</a> Click on
<i>Example 3</i> for an alert box.<br>
<a href="mouse.html" target="main"
onclick="if(confirm('Is ACK cool?')) alert('Thank you!'); else alert('Hey! Why not?');">Example
4</a> Click <i>Example 4</i> for a confirmation box.</p>

<hr>
</body>
</html>
