Jump to content

loyalscot

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

loyalscot's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi I would like to use this background music switch script but need the page load option to default to music 'off' instead of 'on' can anyone help plz? <script> musi="music.mp3" <!--Don't edit from here on--> function mus1() { if (t.options.selectedIndex==0){ mus.innerHTML="<embed src="+musi+" loop=-1>" } if (t.options.selectedIndex==1){ mus.innerHTML="" } } document.write("<span id='mus' style='position:absolute;top:-90000'><embed src="+musi+" width=0 height=0 loop=-1></span>") </script> <select name="t" onchange=mus1()> <option>Music On <option>Music Off </select> Many Thanks for any help given. LoyalScot.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.