versuchs mal so:
function setze_rollover(Bildname) {
document.images[Bildname].src= "+Bildname+"1.jpg";
}
onMouseOver="setze_rollover('Bilname');
Hmpf... nun ist der Code so:
Aber es will immer noch nicht funktionieren mein 1stpage gibt mir allerhand codefehler aus :(
Liebe Grüße,
Steffen Kuntoff
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title></title>
</head>
<body>
<script type="text/javascript">
<!--
function setze_rollover(Bildname) {
document.images[Bildname].src= "+Bildname+"1.jpg";
}
//-->
</script>
<a href="kontakt.htm" onmouseover="setze_rollover(Bilname); onmouseout="><img src="img/link_2.gif"></a>
</body>
</html>