Réponse acceptée !
<HTML>
<head>
<script>
bText = false;
function srcChangeTo(src){
document.images[0].src = src;
if(!bText){
document.getElementById("imageAndText").innerHTML += src;
bText = true;
}
}
</script>
</head>
<BODY>
<div id="imageAndText">
<img src="test.jpg" height="100" width="100" onmouseover="srcChangeTo('test2.jpg')"/>
</div>
</BODY>
</HTML>
The SMURF
the_little_smurf@yahoo.fr
Enjoy the life, don't waste your time in front of your computer