<HTML>
<head>
<script language="javascript">
function over(){
document.test.src="a.jpg";
}
function out(){
document.test.src="b.jpg";
}
</script>
</head>
<body>
<img src="b.jpg" name="test" onMouseOver="over()" onMouseOut="out()"></img>
</body>
</HTML>
Dosyayı İndir