Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/06/2008, 18:03
anion0x
 
Fecha de Ingreso: junio-2008
Mensajes: 110
Antigüedad: 16 años, 8 meses
Puntos: 0
agregar input a un form

Hola, lo que necesito hacer es agregar un un input a un from cuando se hace click en un link.

por ej:

Cita:
<form action="session.php" method="get" enctype="text/plain">

<table>
<tr>
<td><input type="text" name="nombre"> <a href="#" >crear nuevo</a></td>

</tr>
</table>

</form>
La verdad que no tengo ni idea de javascript, me pueden ayudar?