Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/09/2004, 11:09
kurroman
 
Fecha de Ingreso: junio-2004
Mensajes: 266
Antigüedad: 19 años, 10 meses
Puntos: 8
Código PHP:
function saltar($url) {
   
$salto "javascript:location.href=\"$url\"";
   echo 
"<html><head></head><body onload='$salto'></body></html>";
   exit();

luego:

Código PHP:
if ($_POST['email'])=="admin") {
   
saltar("menu.html");
} else {
   ...

__________________
WebSenior