Ver Mensaje Individual
  #7 (permalink)  
Antiguo 03/07/2002, 16:07
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
Re: Como detectar la pagina anterior?

hummm...

Cita:
HTTP_REFERER: Returns a string that contains the URL of the page that referred the request to the current page using an HTML <A> tag. Note that the URL is the one that the user typed into the browser address bar, which may not include the name of a default document.

If the page is redirected, HTTP_REFERER is empty.

HTTP_REFERER is not a mandatory member of the HTTP specification.
será que la página que tiene el REFERER se llega mediante una redirección? (no especifica si una redirección ASP con response.redirect o tambien puede pasar eso con una redirección de javascipt ¿location.replace?)

bueh, no se.