Forum Moderators: open
It's either being used like this:
<a href="default.html" onMouseOver="document.all.music.src='sounds/purrrr.wav'">
or in a combination with a regular rollover:
<a href="default.html" onmouseover="hiLite('button1','images/button1b.gif');document.all.music.src='sounds/meow1.wav'" onmouseout="hiLiteOff('button1','images/button1a.gif')">
Pat.