 
			
				01/06/2004, 03:56
			
			
			     |  
      |    |    |    Fecha de Ingreso: enero-2002  
						Mensajes: 1.438
					  Antigüedad: 23 años, 9 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"> </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>           |