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...
