Ver Mensaje Individual
  #7 (permalink)  
Antiguo 19/12/2003, 11:26
cesar24
 
Fecha de Ingreso: marzo-2003
Ubicación: Bogotá
Mensajes: 199
Antigüedad: 21 años, 2 meses
Puntos: 0
Duda redirect con botón imagen

No no me sirve así, porque en el action del form va el cgi por el cual procesa el formulario. y utilizo el redirect que me servia con otras p{aginas, pero con esta no, sera por el tipo de botón utilizado??, que otra solución hay y eso si dejando ese botón, gracias.

<form name="form1" method="post" action="http://mipagina.com/cgi-sys/FormMail.cgi" enctype="multipart/form-data">
<table width="97%" border="0">
<tr>
<td class="letra" width="36%">Nombre y apellidos :</td>
<td width="64%"> <input type="text" name="textfield" size="24">
</td> </tr> <tr>
<td width="36%" class="letra">Ciudad :</td>
<td width="64%"> <input type="text" name="textfield2" size="24">
</td> </tr> <tr>
<td width="36%" class="letra">E-mail :</td>
<td width="64%"> <input type="text" name="textfield3" size="24">
</td> </tr>
<tr> <td width="36%" class="letra">Mensaje :</td>
<td width="64%"> <textarea name="textfield4" rows="4"></textarea>
</td> </tr>
<tr align="center">
<td colspan="2" height="35">
<input type="hidden" name="recipient" value="[email protected]">

<input type="hidden" name="subject" value="Mensaje Formulario Página Web Colombianaire">

<input name="enviar" type="image" src="imagenes/enviar.gif" width="55" height="28" border="0">

<input type="hidden" name="redirect" value="http://www.mipagina.com/gracias_contacto.htm">
</td> </tr>
</table>
</form>