Move the mouse cursor over this text   ---->    

JavaScript Rollover Script

<html>
<head>
<title>Rollover</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">

<script language="JavaScript">
<!--
image01= new Image(135,14)
image01.src="rolloverup.gif"
image02= new Image(135,14)
image02.src="rolloverdown.gif"
//-->
</script>

</head>
<body background="../bckgrnd.gif">
<a href="examples.htm" onmouseover="document.images['example'].src=image02.src"
onmouseout="document.images['example'].src=image01.src">
<p><img src="rolloverup.gif" name="example" width="135" height="14" border="0"></a> </p>
</body>
</html>

 

<- Back