Hallo Leute,
könnt ihr mir verraten was ich an diesem Script falsch gemacht habe, bei mir im Browser passiert nichts wenn ich mit der maus darüber fahre, es erscheint eine Fehlermeldung:
"Bild is undefieniert"
<html>
<head>
<title>
***********
</title>
<script type="text/javascript">
function tausch(bild1,bild2)
{
bild.src=bild2;
}
</script>
</head>
<body>
<a href="http://www.google.de"
onmouseover=tausch(this,"link2.png")
onmouseout=tausch(this,"link1.png")>
<img src="link1.png" alt="CSS-Stylesheets" border="0">
</a>
</body>
</html>
kann mir bitte einer helfen, danke schonmal im Vorraus
liloklip Gast |