[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.2

Song list won't work, Please help!

Asked by sujeong95 in JavaScript

Tags: stopclick

Hello,

I'm having a problem with my code.

This code doesn't work. I found this on somebody's website and don't know what's wrong.
I have three music files and none of them work.

Please let me know what is wrong.

<html>
<head>
<title>::: test :::</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">


<script language="JavaScript">
<!--

function SymError()
{
  return true;
}

window.onerror = SymError;

//-->
</script>

<script language="JavaScript">
<!--
var g_Browser = navigator.appName;
var m_src;

function music_select()
{
      //alert(list.value);
      document.location.replace(list.value);
}

function PlayClick ()
{
    document.M_Play.src=m_src;
//    alert(document.M_Play.src);
    document.M_Play.Play();
}   /* end PlayClick() */

function StopClick ()
{
    document.M_Play.Stop();
   
    if (g_Browser == "Netscape"){
        document.M_Play.SetCurrentPosition(0);
    }    
    else{
        document.M_Play.CurrentPosition = 0;
    }    
}   /* end StopClick() */
function m_src()
{
      return list.value;
}
-->
</script>
</head>
<body background="../main/bg.gif">
      <table>
            <tr>
                  <td width="20">&nbsp;</td>
                  <td>
                        <select name="list" size="1" onchange="javascript:music_select();">
        <option value="music_bar_01.jsp?number=01" selected > INTRO </option>
        <option value="music_bar_01.jsp?number=02" > 1 </option>
        <option value="music_bar_01.jsp?number=03"> 2 </option>
      </select>
                  </td>
                  <td><EMBED width="0" height="0" Name=M_Play src=01.mp3 ShowPositionControls="0" ShowControls="0" ShowDisplay="0" ShowStatusBar="0" border="0" Autoplay="0"></TD></td>
                  <td><a href="#" onclick="javascript:PlayClick();">Play</a>&nbsp;
                        <a href="#" onclick="javascript:StopClick();">Stop</a>&nbsp;
                  </td>
                  <td width="20">&nbsp;</td>
                  
            </tr>
            </table>
</body>
</html>
[+][-]12/10/03 04:35 PM, ID: 9917179Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12/10/03 04:46 PM, ID: 9917222Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12/10/03 04:49 PM, ID: 9917239Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12/10/03 04:50 PM, ID: 9917255Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12/10/03 04:54 PM, ID: 9917288Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: JavaScript
Tags: stopclick
Sign Up Now!
Solution Provided By: Jester_48
Participating Experts: 2
Solution Grade: A
 
[+][-]12/10/03 05:09 PM, ID: 9917357Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/18/04 10:52 AM, ID: 10395428Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/22/04 10:58 AM, ID: 10426911Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89