luego tengo esto
Código PHP:
Ver originalecho"<input type='hidden' name='lar' value='$i' id='largo' size='2'maxlength='10' ></input>";
echo"<tr class='ocultar' id='-20' >";
echo"<td><input type='text' name='prioridad-20' id='prioridad' class='-20'size='1'></input>";
echo "</td>";
echo"<td >"." <input type='text' name='rig-20' id='rig' class='-20'size='8'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='hole_size-20' id='hole_size' class='-20' size='3'></input>";
echo"</td>";
echo"<td>"."<textarea name='ads-20' id='ads' class='-20'></textarea>";
echo"</td>";
echo"<td>"."<textarea name='rss-20' id='rss' class='-20'></textarea>";
echo"</td>";
echo"<td>"."<textarea name='lwd-20' id='lwd' class='-20' ></textarea>";
echo"</td>";
echo"<td>"."<textarea name='mwd-20' id='mwd' class='-20'></textarea>";
echo"</td>";
echo"<td>"." <input type='text' name='m-20' id='m' class='-20' size='1'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='s-20' id='s' class='-20' size='1'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='j-20' id='j' class='-20' size='1'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='x-20' id='x' class='-20' size='2'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='lr-20' id='lr' class='-20' size='3'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='lf-20' id='lf' class='-20' size='3'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='surface-20' id='surface' class='-20' size='3'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='date-20' id='date' class='-20' size='6'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='flecha-20' class='-20' size='1'></input>";
echo"</td>";
echo"<td id='com'>"."<textarea id='comentario' class='-20' name='comentario-20'></textarea >";
echo"</td>";
echo"<td>"."<input type='text' name='fsn-20' id='fsn' class='-20' size='2'></input>";
echo"</td>";
echo"</tr>";
echo"<tr class='ocultar2' id='-19'>";
echo"<td><input type='text' name='prioridad-19' id='prioridad' class='-19'size='1'></input>";
echo "</td>";
echo"<td >"." <input type='text' name='rig-19' id='rig' class='-19'size='8'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='hole_size-19' id='hole_size' class='-19' size='3'></input>";
echo"</td>";
echo"<td>"."<textarea name='ads-19' id='ads' class='-19'></textarea>";
echo"</td>";
echo"<td>"."<textarea name='rss-19' id='rss' class='-19'></textarea>";
echo"</td>";
echo"<td>"."<textarea name='lwd-19' id='lwd' class='-19' ></textarea>";
echo"</td>";
echo"<td>"."<textarea name='mwd-19' id='mwd' class='-19'></textarea>";
echo"</td>";
echo"<td>"." <input type='text' name='m-19' id='m' class='-19' size='1'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='s-19' id='s' class='-19' size='1'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='j-19' id='j' class='-19' size='1'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='x-19' id='x' class='-19' size='2'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='lr-19' id='lr' class='-19' size='3'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='lf-19' id='lf' class='-19' size='3'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='surface-19' id='surface' class='-19' size='3'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='date-19' id='date' class='-19' size='6'></input>";
echo"</td>";
echo"<td>"."<input type='text' name='flecha-19' class='-19' size='1'></input>";
echo"</td>";
echo"<td id='com'>"."<textarea id='comentario' class='-19' name='comentario-19'></textarea >";
echo"</td>";
echo"<td>"."<input type='text' name='fsn-19' id='fsn' class='-19' size='2'></input>";
echo"</td>";
echo"</tr>";