please dont rip this site

Language Java Script Definitive Examples 19.3.TXT

 <!-- This example is from the book _JavaScript: The Definitive Guide_.     -->
<!-- Written by David Flanagan.  Copyright (c) 1996 O'Reilly & Associates. -->
<!-- This example is provided WITHOUT WARRANTY either expressed or implied.-->
<!-- You may study, use, modify, and distribute it for any purpose.        -->

<!-- Here we embed some sounds in the browser, with attributes to -->
<!-- specify that they won't be played when first loaded.  In this -->
<!-- example, we use sounds found locally on Windows 95 platforms -->
<EMBED SRC="file:///C|/windows/media/Tada.wav" HIDDEN=true AUTOSTART=false>
<EMBED SRC="file:///C|/windows/media/Ding.wav" HIDDEN=true AUTOSTART=false>
<EMBED SRC="file:///C|/windows/media/The Microsoft Sound.wav"
       HIDDEN=true AUTOSTART=false>

<!-- Here are some buttons that play those sounds.  Note the use of the -->
<!-- embeds[] array and the play() method invoked through LiveConnect -->
<FORM>
<INPUT TYPE=button VALUE="Play Sound #1" onClick="document.embeds[0].play()">
<INPUT TYPE=button VALUE="Play Sound #2" onClick="document.embeds[1].play()">
<INPUT TYPE=button VALUE="Play Sound #3" onClick="document.embeds[2].play()">
</FORM>

<!-- Here's a hypertext link that plays a sound when the user passes over -->
<A HREF="index.html" onMouseOver="document.embeds[0].play()">Click Me</A>


file: /Techref/language/java/script/definitive/examples/19.3.txt, 1KB, , updated: 1997/4/4 11:59, local time: 2024/5/16 09:41,
TOP NEW HELP FIND: 
18.220.137.93:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/Techref/language/java/script/definitive/examples/19.3.txt"> language java script definitive examples 19</A>

Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to techref.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .