Hat sich schon geklärt.
Nen Kumpel konnte mir helfen. Hier der Quelltext.
<html>
<head>
<script
language="JavaScript">
<!--
button1= new Image();
button1.src = "bild1.jpg"
button2= new Image();
button2.src = "bild2jpg"
//-->
</script>
</head>
<body>
<a target="frame"><img src="bild1.jpg" border="0" height="200" width="250" name="austausch1" onmouseover="austausch1.src='bild2.jpg'; document.getElementById('text').firstChild.data= 'Sehen Sie nichts?' ;" onmouseout="austausch1.src='bild1.jpg'; document.getElementById('text').firstChild.data= 'Sehen Sie ?' ;"></a>
<br><br>
<div id="text">sdfsdf </div>
</body>
</html>
mfg
Max