zoobie
07-03-2003, 02:13 AM
This works fine for IE...but is there a simple way to include it for NS6+? I tried putting <embed> in there...didn't work...Thanks
<script>
function play(s){
document.all.tags('bgsound')[0].src=s
}
</script>
</head>
<body>
<bgsound src="">
<input type="button" value="CHIPS" onClick="play('chips.wav');">
<input type="button" value="HELP" onClick="play('help.wav');">
<script>
function play(s){
document.all.tags('bgsound')[0].src=s
}
</script>
</head>
<body>
<bgsound src="">
<input type="button" value="CHIPS" onClick="play('chips.wav');">
<input type="button" value="HELP" onClick="play('help.wav');">