October 14, 2009

0 Javascript on MouseOver and on MouseOut

<html>
<head>
<script type="text/javascript">
function mouseOver ( )
{
document.b1.src ="b_blue.gif"
}
function mouseOut ( )
{
document.b1.src ="b_pink.gif"
}
</script>
</head>

<body>
<a href="http://www.makemyhost.com" target="blank" onmouseover= "mouseOver( )" onmouseout= mouseOut ( )">
< img border ="0" alt="Visit" makemyhost.com!"
src="b_pink.gif" name="b1" />
</a>
</body>
</html>

0 comments:

Post a Comment

Blogger Themes

 
Powered by Blogger