Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/08/2009, 13:09
MCH84
 
Fecha de Ingreso: agosto-2009
Mensajes: 15
Antigüedad: 14 años, 7 meses
Puntos: 0
Respuesta: Inexperto php

gracias ahora q hay de esto

xq no funciona??



<center>
<form name="contacto" method="post" action="send_contacto.asp">
<table width="379" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="379" height="10"><img src="img/spacer.gif" width="1" height="1" /></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>
<td width="6%" align="center" class="textonaranga">*</td>
<td width="28%" align="left" class="texto">Nombre: </td>
<td width="66%" align="left"><input name="nombre" type="text" id="nombre" size="35" /></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="left" class="texto">Empresa:</td>

<td align="left"><input name="empresa" type="text" id="empresa" size="35" /></td>
</tr>
<tr>
<td align="center" class="textonaranga">*</td>
<td align="left" class="texto">E-mail:</td>
<td align="left"><input name="email" type="text" id="email" size="35" /></td>
</tr>
<tr>

<td align="center">&nbsp;</td>
<td align="left" class="texto">Ciudad:</td>
<td align="left"><input name="ciudad" type="text" id="ciudad" size="25" /></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="left" class="texto">Pa&iacute;s:</td>

<td align="left"><input name="pais" type="text" id="pais" size="25" /></td>
</tr>
<tr>
<td align="center" class="textonaranga">*</td>
<td align="left" class="texto">Tel&eacute;fono:</td>
<td align="left"><input name="telefono" type="text" id="telefono" size="25" /></td>
</tr>

<tr>
<td align="center">&nbsp;</td>
<td align="left" class="texto">Asunto:</td>
<td align="left"><select name="asunto" id="asunto">
<option value="dise&ntilde;o web">Dise&ntilde;o Web</option>
<option value="efactura">Efactura</option>

</select></td>
</tr>
<tr>
<td align="center" valign="top"><span class="textonaranga">*</span></td>
<td align="left" valign="top" class="texto">Comentario:</td>

<td align="left" valign="top"><textarea name="comentario" cols="32" rows="4" id="comentario"></textarea></td>
</tr>
<tr>
<td height="8" colspan="3" align="center"><img src="img/spacer.gif" width="1" height="1" /></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>

<td width="30%">&nbsp;</td>
<td width="40%" align="center"><span style="padding-top:5px;">

<script language="JavaScript1.1" src="valida2.js" type="text/javascript"></script>
<input name="tipo" type="button" value=" Enviar " onclick="validar_c(contacto)" />
</span></td>
<td width="30%">&nbsp;</td>
</tr>
</table></td>
</tr>

<tr>
<td>&nbsp;</td>
</tr>
</tr>
</table></td>
<span class="style2"><a href="mailto: [email protected]" target="_blank" class="enlace4"></a></span>
</table>
</form>

</center>




lo que kiero hacer es tener ese formulario para q me envie los datos q se introduzcan a mi mail pero no tengo los demas archivos el de sendcontacto.asp como puedo hacerlo en php?

y creo tya,bien q hay uno de validaciones pero tampoco se como

perdon q pregunet tanto pero en verdad quiero aprender

gracias