Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web


Link With Popup Sound

Here is the example:

Try to move your cursor here.

and here's the source:

FIRST paste this on top of the <BODY> tag.
<script="JavaScript">
function playnote(note){
document.embeds[note].play()
}
</script>
SECOND paste this below the <BODY> tag.
<embed src="pop.wav" autoplay=false hidden=true>

<a href="home.html" onmouseover="playnote[0]">Try to move your cursor here</a>