Ver Mensaje Individual
  #7 (permalink)  
Antiguo 01/06/2004, 03:56
rrufo
 
Fecha de Ingreso: enero-2002
Mensajes: 1.438
Antigüedad: 22 años, 5 meses
Puntos: 0
y en el body un simple formulario:

<body>

<form method="post" action="<%=MM_editAction%>" name="form1">
<table align="center">
<tr valign="baseline">
<td nowrap align="right">&nbsp;</td>
<td> <input type="submit" value="Insert Record"> </td>
</tr>
</table>
<div id=capa style="width: 100; height: 50; visibility: hidden; top: 100; left: 200;" ></div>
<input type="hidden" name="MM_insert" value="form1">
</form>

</body>
</html>