Posted by sally jo on 12/12/06 18:58
Here's the code I'm using:
<script language="Javascript">
if (navigator.userAgent.indexOf('MSIE') > -1)
{
document.write('<bgsound src="Norah Jones - Sunrise.mp3"
loop="1">');
} else {
document.write('<embed src="Norah Jones - Sunrise.mp3"
autostart=TRUE hidden=true loop="1">');
}
</script>
and here's the site:
http://cc.usu.edu/~cassia/index.html
Am I supposed to add that code to all the pages on the site?
[Back to original message]
|