Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/02/2006, 16:00
ingeniero4ever
 
Fecha de Ingreso: julio-2005
Mensajes: 44
Antigüedad: 18 años, 9 meses
Puntos: 0
Ayuda con insertar un nuevo registro en una tabla....

Hola a todos amigos, como lo dije una vez esta seccíon me gusta mucho ya que me ayuda a realizar mis tareas con mas facilidad, ademas que he aprendido un monton ....
Ahora estoy en un problema el cual es:
Tengo una tabla en html como esta:

<html>
<head>
<title> New Document </title>
</head>
<body>
<table>
<form name="formulario">
<tr>
<td>
<input type="text" name="CAMPO1" value="">
<input type="text" name="CAMPO2" value="">
</td>
</tr>
<tr>
<td><input type="radio" name="insertar_registro" ></td>
</tr>
</form>
</table>
</body>
</html>

Como realizar una funcion javascript que al pinchat el radio button, me aparezca un nuevo registro sin borrar los registros antes llenados ???

Si alguien me puede ayudar sería de gran ayuda...