Sto cercando di far in modo he ogni volta che il mouse passa sopra un bottone si senta un suono WAV.Ho provato con il seguente script che ovviamente non mi funziona! :sadOLD:
<a href="">
<img border=0 id="Button5" width=170
onclick="Button5.src = 'button146.gif'"
onmouseout="Button5.src = 'button144.gif';javascript:sound();"
onmouseover="Button5.src = 'button1451.gif';"
src="button144.gif">
</a>
<script language=javascript>
function sound(){
document.write ('<bgsound src=sound.wav>')
document.captureEvents(
}
</script>
Avete idea di come si possa fare??