Monday, 2 January 2012

onMouseOver event

<html>
<head>

<title> creating an event handeler </title>



</head>

<body>

    <a href="http://www.westerntowncollege.com" onMouseOver="window.alert('you moved over the link.');">
    Click here</a>
   


</body>

</html>

No comments:

Post a Comment