Comunidad de diseño web y desarrollo en internet online

Agregar Filas a tablas dinamicamente

Citar            
MensajeEscrito el 07 Dic 2011 06:15 pm
quisiera saber como puedo agregar filas a mi formulario...dinamicamente...por ejemplo solo presionando el tabulador..en el ultimo input .....este es el codigo

Código HTML :

<html > 
<head> 
<title>ejemplo</title> 
</head> 
<body> 
<form name="form1" method="post" action="registra_suma.php"> 
  <table>
    <tr><td>numero 1</td><td>numero 2</td><td>total</td></tr>
    <tr>
      <td><input onKeyUp="if(form1.textfield2.value!=''){form1.textfield3.value = parseInt(this.value)+parseInt(form1.textfield2.value)}" name="textfield1" type="text" size="8" maxlength="8"></td> 
      
     <td> <input onKeyUp="if(form1.textfield2.value!=''){form1.textfield3.value = parseInt(this.value)+parseInt(form1.textfield1.value)}" name="textfield2" type="text" size="8" maxlength="8"></td> 
 
   <td><input name="textfield3" type="text" size="10" maxlength="10"> </td></tr>
</table>
  
  
  <p>iva=<?PHP
  $iva=0.19;
  echo "$iva";?>
  </p>
  <p>total:</p>
</form> 
</body> 
</html>  

Por vipeers

8 de clabLevel



 

chrome
Citar            
MensajeEscrito el 07 Dic 2011 06:37 pm
Eso toca que lo hagas con jQuery, plantea la pregunta en el foro JavaScript, además hay un manual en la documentación en

jquery.com

Bye

PD: Ten en cuenta que debes modificar tu script php para que detecte cuantos elementos trae $_POST

Por ElSiniestro

Claber

285 de clabLevel


1 articulo

Genero:Masculino  

Alguien que Ayuda

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.