maffef: Notation Javascript

hallo leute

was ist an dieser Notation falsch

<script language="JavaScript">
<!--
document.write('<table x:str border=0 cellpadding=0 cellspacing=0 width=435 style='border-collapse: collapse;table-layout:fixed;width:326pt'>',' <col width=80 style='width:60pt'>',
 '<col width=195 style='mso-width-source:userset;mso-width-alt:7131;width:146pt'>',
 '<col width=80 span=2 style='width:60pt'>',
 '<tr height=17 style='height:12.75pt'>',
 '<td class=xl24 width=80 style='width:60pt'>Part</td>',
 '<td class=xl24 width=195 style='width:146pt'>Description</td>',
 '<td class=xl24 width=80 style='width:60pt'>Coord1</td>',
 '<td class=xl24 width=80 style='width:60pt'>Coord2</td>',
  '</tr>'
  '<tr height=17 style='height:12.75pt'>
  <td class=xl25>A1</td>  <td class=xl25>+parameter[0]+' </td>
   <td class=xl15 x:num="193">'+parameter[1]+' </td>
   <td class=xl15 x:num="89">'+parameter[2]+' </td>
   </tr>',
   '</table>');
   //-->
</script>

  1. Hallo,
    am anfang und am Ende des Strings muß ein " und kein '

    hallo leute

    was ist an dieser Notation falsch

    <script language="JavaScript">
    <!--
    document.write('<table x:str border=0 cellpadding=0 cellspacing=0 width=435 style='border-collapse: collapse;table-layout:fixed;width:326pt'>',' <col width=80 style='width:60pt'>',
    '<col width=195 style='mso-width-source:userset;mso-width-alt:7131;width:146pt'>',
    '<col width=80 span=2 style='width:60pt'>',
    '<tr height=17 style='height:12.75pt'>',
    '<td class=xl24 width=80 style='width:60pt'>Part</td>',
    '<td class=xl24 width=195 style='width:146pt'>Description</td>',
    '<td class=xl24 width=80 style='width:60pt'>Coord1</td>',
    '<td class=xl24 width=80 style='width:60pt'>Coord2</td>',
      '</tr>'
      '<tr height=17 style='height:12.75pt'>
      <td class=xl25>A1</td>  <td class=xl25>+parameter[0]+' </td>
       <td class=xl15 x:num="193">'+parameter[1]+' </td>
       <td class=xl15 x:num="89">'+parameter[2]+' </td>
       </tr>',
       '</table>');
       //-->
    </script>

    1. Hallo,
      am anfang und am Ende des Strings muß ein " und kein '

      Was genau muss ich jetzt machen, alle ' in " ersetzen??
      soweit ich weiss gehen auch ' in javascript!!!

      hallo leute

      was ist an dieser Notation falsch

      <script language="JavaScript">
      <!--
      document.write('<table x:str border=0 cellpadding=0 cellspacing=0 width=435 style='border-collapse: collapse;table-layout:fixed;width:326pt'>',' <col width=80 style='width:60pt'>',
      '<col width=195 style='mso-width-source:userset;mso-width-alt:7131;width:146pt'>',
      '<col width=80 span=2 style='width:60pt'>',
      '<tr height=17 style='height:12.75pt'>',
      '<td class=xl24 width=80 style='width:60pt'>Part</td>',
      '<td class=xl24 width=195 style='width:146pt'>Description</td>',
      '<td class=xl24 width=80 style='width:60pt'>Coord1</td>',
      '<td class=xl24 width=80 style='width:60pt'>Coord2</td>',
        '</tr>'
        '<tr height=17 style='height:12.75pt'>
        <td class=xl25>A1</td>  <td class=xl25>+parameter[0]+' </td>
         <td class=xl15 x:num="193">'+parameter[1]+' </td>
         <td class=xl15 x:num="89">'+parameter[2]+' </td>
         </tr>',
         '</table>');
         //-->
      </script>