alwaysalady
12-23-2006, 10:27 PM
code from page: http://www.alwaysalady.net/gwain/gwain.html
I know there is something very simple I'm missing, *sigh*, and I'm tired of looking soooo...I'm "going to the experts". :D
So will some wonderful, kind and knowledgable person :p (flattery always helps), help me out, pretty, pretty please???
<script>
var musicsrc="../midis/fantasy.mid"
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+musicsrc+'"'+' loop="infinite">')
else
document.write('<embed src=\"'+musicsrc+'\" hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
</script>
I know there is something very simple I'm missing, *sigh*, and I'm tired of looking soooo...I'm "going to the experts". :D
So will some wonderful, kind and knowledgable person :p (flattery always helps), help me out, pretty, pretty please???
<script>
var musicsrc="../midis/fantasy.mid"
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+musicsrc+'"'+' loop="infinite">')
else
document.write('<embed src=\"'+musicsrc+'\" hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
</script>