Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/02/2008, 18:05
tironemota
 
Fecha de Ingreso: febrero-2008
Mensajes: 11
Antigüedad: 16 años, 2 meses
Puntos: 0
Información Enviar formulario por el servidor

HE DISEÑADO ESTE FORMULARIO Y DESEO QUE LO ENVIE A MI CORREO POR EL SERVIDOR Y NO POR OUTLOOK, he intentado colocando mi E-mail, por el nombre de la página y lo que abre es Outlook y así no me sirve. Podrás ayudarme???TE ENVIO LO QUE HE CREADO ::::
<form action="Pedido.htm" method="post">
<table cellspacing="0" cellpadding="0" width="500" align="center" border="0">
<tbody>
<tr> <td>Nombre y Apellido::<input size="50" name="Nombre" type="text" /></td> </tr>
<tr> <td>Empresa::<input size="50" name="Empresa" type="text" /></td> </tr>
<tr> <td> <p>01.- <select name="Producto1">
<option selected="selected">Seleccione</option>
<option>000100010001-Ford</option>
<option>000100010002-Ford 750</option> Cantidad <select name="Cantidad1">
<option selected="selected">Unid.</option>
<option>10</option> <option>20</option>
</select></p> </td> </tr>
<tr> <td> <p>02.- <select name="Producto2">
<option selected="selected">Seleccione</option>
<option>000100010004-NPR 4mm</option>
<option>000100010005-Encava tras.</option>
<option>000100010006-Ford Cargo</option> Cantidad <select name="Cantidad10">
<option selected="selected">Unid.</option>
<option>10</option> <option>20</option>
</select></p> </td> </tr>
</tbody> </table>
<input type="reset" value="BORRAR" />
<input type="submit" value="Enviar mensaje" />
</form>

todos los usuarios no tienen outlook, por lo tanto no sirve AYUDA

Última edición por tironemota; 22/02/2008 a las 13:02 Razón: Darle mejor vista