Muchas gracias por el aporte los voy bajando para leerlos poco a poco, pero andaba buscando información sobre windows los iniciados como yo, te estarán eternamente agradecidos

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú
CitarDice una frase "No existe parche para la estupidez humana".


animo que son pocos y cobardes
y muy bien explicado, me he enterado hasta yo xD
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>prueba</title>
<link rel="stylesheet" href="../estilos/general.css" media="all" type="text/css" />
</head>
<body>
<?
if (!$HTTP_POST_VARS){
?>
<div class="container">
<div class="header"></div>
<div class="contenido">
<!--Inicio de menu horizontal -->
<div id="navigation">
<a href="quienes_somos.html"><img src="../imagenesweb/botonera/quienes_somos.jpg" width="100px" height="35px" border="0px" /></a>
<a id="boton" href="taller.html"><img src="../imagenesweb/botonera/taller.jpg" width="100px" height="35px" border="0px" /></a>
<a id="boton" href="contacto1.php"><img src="../imagenesweb/botonera/contacto1.jpg" width="100px" height="35px" border="0px" /></a>
</div>
<!--Fin de menu horizontal -->
<table width="100%">
<tr>
<td valign="top" width="487px">
<div class="contenido1">
<form action="contacto.php" method="post" name="contacto">
<table width="486px" height="190">
<tr>
<td width="50%" class="derech"><h2>Id:</h2>
</td>
<td width="50%">
<input name="Id" type="hidden" />
</td>
</tr>
<tr>
<td width="50%" class="derech"><h2>Nombre:</h2>
</td>
<td width="50%">
<input name="Nombre" type="text" />
</td>
</tr>
<tr>
<td class="derech"><h2>Telefono de contacto:</h2></td>
<td>
<input name="telefono" type="text" />
</td>
</tr>
<tr>
<td class="derech"><h2>Empresa:</h2></td>
<td>
<input name="Empresa" type="text" />
</td>
</tr>
<tr>
<td class="derech"><h2>Asunto:</h2></td>
<td>
<input name="Asunto" type="text" />
</td>
</tr>
<tr>
<td height="54" colspan="2" align="center">
<input name="submit" type="submit" value="Enviar" />
</td>
</tr>
</table>
</form>
<?
}else{
//Estoy recibiendo el formulario, compongo el cuerpo
$cuerpo = "Formulario enviado\n";
$cuerpo .= "Nombre: " . $HTTP_POST_VARS["Nombre"] . "\n";
$cuerpo .= "telefono: " . $HTTP_POST_VARS["telefono"] . "\n";
$cuerpo .= "Empresa: " . $HTTP_POST_VARS["Empresa"] . "\n";
$cuerpo .= "Asunto: " . $HTTP_POST_VARS["Asunto"] . "\n";
//mando el correo...
mail("[email protected]","Formulario recibido",$cuerpo);
//doy las gracias por el envío
echo "Gracias por rellenar el formulario. Se ha enviado correctamente.";
}
?>
</div>
<div class="facebook">
<iframe src="//www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/pruebas/378686168835789&width=292&height=590&colorscheme=light&show_faces=true&border_color&stream=true&header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:590px;" allowTransparency="true"></iframe>
</div>
</td>
<td height="493px" valign="top">
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.es/maps?q=calle+santos+justo+pastor+123,+valencia&ie=UTF8&hq=&hnear=Calle+de+los+Santos+Justo+y+Pastor,+123,+46022+Valencia,+Comunidad+Valenciana&gl=es&ll=39.467734,-0.341001&spn=0.006899,0.009645&t=m&z=14&output=embed"></iframe><br /><small><a href="http://maps.google.es/maps?q=calle+santos+justo+pastor+123,+valencia&ie=UTF8&hq=&hnear=Calle+de+los+Santos+Justo+y+Pastor,+123,+46022+Valencia,+Comunidad+Valenciana&gl=es&ll=39.467734,-0.341001&spn=0.006899,0.009645&t=m&z=14&source=embed" style="color:#0000FF;text-align:left">Ver mapa más grande</a></small>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>