20/05/2002, 11:25
|
| | Fecha de Ingreso: julio-2001 Ubicación: Internet
Mensajes: 1.690
Antigüedad: 23 años, 5 meses Puntos: 1 | |
Re: enviar automáticamente formularios cada x tiempo Hola!,
Puedes Hacerlo Con Frames, Creas Un Frameset Con Un Frame Escondido, Y Ahi Sera Donde Se Dirijira El Formulario.
<frameset rows="100%,*" frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0">
<frame name="formulario" src="PAGINA QUE ENVIA EL FORMULARIO X TIEMPO.htm" marginwidth="0" marginheight="0" frameborder="no" framespacing="0" border="0">
<frame name="otroFrame" marginwidth="0" marginheight="0" frameborder="no" framespacing="0" border="0">
</frameset>
Entonces En El Target Del Formulario Ponemos otroFrame Asi:
<FORM NAME="miFormu" ACTION="algo.php" TARGET="otroFrame" >
Pruebalo Y Dejame Saber Como Te Fue.
<SCRIPT LANGUAGE="javascript" SRC="http://www.galeon.com/jlmnetwork/firma.js"></SCRIPT> |