Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/07/2015, 09:43
Avatar de luisdavid1993
luisdavid1993
 
Fecha de Ingreso: julio-2015
Ubicación: Anaco Venezuela
Mensajes: 78
Antigüedad: 8 años, 9 meses
Puntos: 2
Respuesta: Input tipo text no toma valores

luego tengo esto

Código PHP:
Ver original
  1. echo"<input type='hidden' name='lar' value='$i' id='largo' size='2'maxlength='10' ></input>";
  2.  
  3.        
  4.                  echo"<tr class='ocultar' id='-20' >";
  5.  
  6.                             echo"<td><input type='text' name='prioridad-20' id='prioridad' class='-20'size='1'></input>";
  7.                             echo "</td>";
  8.  
  9.  
  10.                              echo"<td >"." <input type='text' name='rig-20' id='rig' class='-20'size='8'></input>";
  11.                                     echo"</td>";
  12.  
  13.                                     echo"<td>"."<input type='text' name='hole_size-20' id='hole_size' class='-20' size='3'></input>";
  14.                                     echo"</td>";
  15.  
  16.                                      echo"<td>"."<textarea name='ads-20'  id='ads' class='-20'></textarea>";
  17.                                     echo"</td>";
  18.  
  19.                                      echo"<td>"."<textarea name='rss-20' id='rss' class='-20'></textarea>";
  20.                                     echo"</td>";
  21.  
  22.                                    echo"<td>"."<textarea name='lwd-20' id='lwd' class='-20' ></textarea>";
  23.                                     echo"</td>";
  24.  
  25.                                     echo"<td>"."<textarea name='mwd-20' id='mwd'  class='-20'></textarea>";
  26.                                     echo"</td>";
  27.                                     echo"<td>"." <input type='text' name='m-20' id='m' class='-20' size='1'></input>";
  28.                                     echo"</td>";
  29.                                  
  30.  
  31.  
  32.                                    echo"<td>"."<input type='text' name='s-20' id='s' class='-20' size='1'></input>";
  33.                                     echo"</td>";
  34.                                    
  35.                                    
  36.  
  37.                      
  38.                                    
  39.                                     echo"<td>"."<input type='text' name='j-20'  id='j' class='-20' size='1'></input>";
  40.                                     echo"</td>";
  41.                                  
  42.                                    
  43.                                  
  44.                            
  45.                                    
  46.                                     echo"<td>"."<input type='text' name='x-20' id='x' class='-20' size='2'></input>";
  47.                                     echo"</td>";
  48.                                    
  49.                                    
  50.                                  
  51.                      
  52.                                    
  53.                                     echo"<td>"."<input type='text' name='lr-20' id='lr' class='-20' size='3'></input>";
  54.                                     echo"</td>";
  55.                                  
  56.                                    
  57.                                    
  58.                      
  59.                                    
  60.                                     echo"<td>"."<input type='text' name='lf-20'  id='lf' class='-20' size='3'></input>";
  61.                                     echo"</td>";
  62.                                    
  63.  
  64.                            
  65.                                    
  66.                                     echo"<td>"."<input type='text' name='surface-20' id='surface' class='-20' size='3'></input>";
  67.                                     echo"</td>";
  68.                                    
  69.                                    
  70.                        
  71.                                    
  72.                                     echo"<td>"."<input type='text' name='date-20' id='date'  class='-20' size='6'></input>";
  73.                                     echo"</td>";
  74.                                  
  75.                                    
  76.                                  
  77.  
  78.                                    echo"<td>"."<input type='text' name='flecha-20' class='-20' size='1'></input>";
  79.                                     echo"</td>";
  80.                                    
  81.                                    
  82.                      
  83.                                    
  84.                                     echo"<td id='com'>"."<textarea id='comentario' class='-20' name='comentario-20'></textarea >";
  85.                                     echo"</td>";
  86.  
  87.                                      echo"<td>"."<input type='text' name='fsn-20' id='fsn' class='-20' size='2'></input>";
  88.                                     echo"</td>";
  89.                                    
  90.                                    
  91.                                    
  92.                             echo"</tr>";
  93.  
  94.  
  95.  
  96.                             echo"<tr class='ocultar2' id='-19'>";
  97.  
  98.  
  99.                             echo"<td><input type='text' name='prioridad-19' id='prioridad' class='-19'size='1'></input>";
  100.                             echo "</td>";
  101.  
  102.  
  103.                              echo"<td >"." <input type='text' name='rig-19' id='rig' class='-19'size='8'></input>";
  104.                                     echo"</td>";
  105.  
  106.                                     echo"<td>"."<input type='text' name='hole_size-19' id='hole_size' class='-19' size='3'></input>";
  107.                                     echo"</td>";
  108.  
  109.                                      echo"<td>"."<textarea name='ads-19'  id='ads' class='-19'></textarea>";
  110.                                     echo"</td>";
  111.  
  112.                                      echo"<td>"."<textarea name='rss-19' id='rss' class='-19'></textarea>";
  113.                                     echo"</td>";
  114.  
  115.                                    echo"<td>"."<textarea name='lwd-19' id='lwd' class='-19' ></textarea>";
  116.                                     echo"</td>";
  117.  
  118.                                     echo"<td>"."<textarea name='mwd-19' id='mwd'  class='-19'></textarea>";
  119.                                     echo"</td>";
  120.                                     echo"<td>"." <input type='text' name='m-19' id='m' class='-19' size='1'></input>";
  121.                                     echo"</td>";
  122.                                  
  123.  
  124.  
  125.                                    echo"<td>"."<input type='text' name='s-19' id='s' class='-19' size='1'></input>";
  126.                                     echo"</td>";
  127.                                    
  128.                                    
  129.  
  130.                      
  131.                                    
  132.                                     echo"<td>"."<input type='text' name='j-19'  id='j' class='-19' size='1'></input>";
  133.                                     echo"</td>";
  134.                                  
  135.                                    
  136.                                  
  137.                            
  138.                                    
  139.                                     echo"<td>"."<input type='text' name='x-19' id='x' class='-19' size='2'></input>";
  140.                                     echo"</td>";
  141.                                    
  142.                                    
  143.                                  
  144.                      
  145.                                    
  146.                                     echo"<td>"."<input type='text' name='lr-19' id='lr' class='-19' size='3'></input>";
  147.                                     echo"</td>";
  148.                                  
  149.                                    
  150.                                    
  151.                      
  152.                                    
  153.                                     echo"<td>"."<input type='text' name='lf-19'  id='lf' class='-19' size='3'></input>";
  154.                                     echo"</td>";
  155.                                    
  156.  
  157.                            
  158.                                    
  159.                                     echo"<td>"."<input type='text' name='surface-19' id='surface' class='-19' size='3'></input>";
  160.                                     echo"</td>";
  161.                                    
  162.                                    
  163.                        
  164.                                    
  165.                                     echo"<td>"."<input type='text' name='date-19' id='date'  class='-19' size='6'></input>";
  166.                                     echo"</td>";
  167.                                  
  168.                                    
  169.                                  
  170.  
  171.                                    echo"<td>"."<input type='text' name='flecha-19' class='-19' size='1'></input>";
  172.                                     echo"</td>";
  173.                                    
  174.                                    
  175.                      
  176.                                    
  177.                                     echo"<td id='com'>"."<textarea id='comentario' class='-19' name='comentario-19'></textarea >";
  178.                                     echo"</td>";
  179.  
  180.                                      echo"<td>"."<input type='text' name='fsn-19' id='fsn' class='-19' size='2'></input>";
  181.                                     echo"</td>";
  182.                                    
  183.  
  184.                                    
  185.                                    
  186.                             echo"</tr>";
__________________
"Lucha por tus sueños o alguien te contratara para que cumplas los de el"