Update window status bar in mouse over event for a hyper link element tag(IE) : a link : HTML Tags JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » HTML Tags » a link »

 

Update window status bar in mouse over event for a hyper link element tag(IE)

















<html>
<head>
<title>A Simple Page</title>
<script language="JavaScript">
<!--
function addMsg()
{
    window.status="Sample image";
    return true;
}
//  -->
</script>
</head>
<body>
<a href="http://www.navioo.com" onMouseover="window.status='Sample image';return true" onMouseout="window.status='';return true">
<img src="http://www.navioo.com/style/logo.png" border="0">
</a>
</body>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo HTML Tags
» a link