Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/01/2007, 08:13
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 7 meses
Puntos: 381
Re: Uso del history.back()

Con asp sería algo así

Código PHP:
<%
referente request.ServerVariables("HTTP_REFERER")
if 
referente <> "" then
%>
<
a title="Regresar a página anterior" href="<%=referente%>" onclick="history.back()">Volver</a>
<% 
end if %>