Bonsoir,
Je souhaite afficher un bouton image (bouton.jpg) et qui lors du passage de la souris dessus change d'aspect (bouton_enfonce.jpg) et qu'une autre page html soit chargée automatiquement. voici mon code qui ne fonctionne pas
<head>
<script language="javascript">function Lien2(i) {
// Cela marche enfin fév 2006
url = i // document.Choix.Liste.options[i].value;
parent.frames[1].location.href = url;
}
</script>
et ce qui ne marche pas :
<button type="button4" onmouseover="Lien2(page4.htm) ; this.scr="bouton_enfonce.jpg" onmouseout="this.src='bouton.jpg'">
<img src="bouton.jpg" >
</button>
Merci d'avance car j'en suis là