[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.

06/03/2003 at 08:34AM PDT, ID: 20635263
[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!

7.8

object expected error for dynamic table

Asked by jmwork in JavaScript

My idea is to create a dynamic table, but i get a line0 object expected error, thanks for the help

<html>
<head>
<style>
td.main {
      font-size: 13px;
      color: #333333;
      text-decoration: underline;
      left: 10px;
      top: 10px;
}
td.sub {
      font-size: 11px;
      color: #333333;
      text-decoration: underline;
      left: 13px;
      top: 10px;
      text-align: center;
}
</style>
<script language="JavaScript">
//----------------------------------//
// Creation of Array to hold Links and table info  //
linkArray = new Array(26)
linkArray[0] = "<tr><td class=main>Legistlative Update</td></tr>"
linkArray[1] = "<tr><td class=main onMouseover=overAbouttheahec(); onMouseOut=main();>About The AHEC</td></tr>"
linkArray[2] = "<tr><td class=main>Publications</td></tr>"
linkArray[3] = "<tr><td class=main>National AHEC</td></tr>"
linkArray[4] = "<tr><td class=main>Board of Directors</td></tr>"
linkArray[5] = "<tr><td class=main>Resources</td></tr>"
linkArray[6] = "<tr><td class=main>Programs</td></tr>"
linkArray[7] = "<tr><td class=main>Events</td></tr>"
linkArray[8] = "<tr><td class=sub>about the AHEC</td></tr>"
linkArray[9] = "<tr><td class=sub>National AHEC Office</td></tr>"
linkArray[10] = "<tr><td class=sub>Strategic Action Plan</td></tr>"
linkArray[11] = "<tr><td class=sub>Directions to us</td></tr>"
linkArray[12] = "<tr><td class=sub>Personnel</td></tr>"
linkArray[13] = "<tr><td class=sub>Spring '02 Communique</td></tr>"
linkArray[14] = "<tr><td class=sub>Summer '02 Communique</td></tr>"
linkArray[15] = "<tr><td class=sub>National AHEC Website</td></tr>"
linkArray[16] = "<tr><td class=sub>Newsletter</td></tr>"
linkArray[17] = "<tr><td class=sub>Board</td></tr>"
linkArray[18] = "<tr><td class=sub>Caucuses</td></tr>"
linkArray[19] = "<tr><td class=sub>Resources</td></tr>"
linkArray[20] = "<tr><td class=sub>Forums</td></tr>"
linkArray[21] = "<tr><td class=sub>Career Opportunities in Aging</td></tr>"
linkArray[22] = "<tr><td class=sub>AHEC Program</td></tr>"
linkArray[23] = "<tr><td class=sub>Western Maryland Infohealth</td></tr>"
linkArray[24] = "<tr><td class=sub>Health Connections 2000</td></tr>"
linkArray[25] = "<tr><td class=sub>Geriatric Info Web Site</td></tr>"
//-----------------------------------//
function main()
{
      document.write("<table width=159>")
      for(a=0; a<7; a++)
      {
            document.write(linkArray[a])
      }
      document.write("</table>")
}

function overAbouttheahec()
{
      document.write("<table width=159>")      
      document.write(linkArray[0])
      document.write(linkArray[1])
      for(b=8; b<13; b++)
      {
            document.write(linkArray[b])
      }
      for(c=2; c<7; c++)
      {
            document.write(linkArray[c])
      }
      document.write("</table>")
}
</script>
</head>

<body>
<script language="JavaScript">
main()

  </script>
 
</div>
</body>
</html>
[+][-]06/03/03 09:01 AM, ID: 8639945

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
Sign Up Now!
Solution Provided By: ahosang
Participating Experts: 4
Solution Grade: A
 
 
[+][-]06/03/03 09:05 AM, ID: 8639983

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.

 
[+][-]06/03/03 09:09 AM, ID: 8640015

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.

 
[+][-]06/03/03 01:08 PM, ID: 8642198

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

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

 
[+][-]06/03/03 04:57 PM, ID: 8643814

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.

 
[+][-]06/04/03 02:29 AM, ID: 8646705

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.

 
[+][-]06/04/03 02:40 AM, ID: 8646759

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.

 
[+][-]06/04/03 04:35 AM, ID: 8647377

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.

 
[+][-]06/04/03 07:38 AM, ID: 8648936

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.

 
[+][-]06/05/03 10:56 AM, ID: 8659422

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.

 
[+][-]01/21/04 12:56 PM, ID: 10168531

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.

 
[+][-]04/30/04 07:31 AM, ID: 10960087

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.

 
[+][-]05/06/04 08:54 AM, ID: 11007062

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...
20090824-EE-VQP-74