[Javascript] last page viewed

Peter-Paul Koch gassinaumasis at hotmail.com
Thu Jul 19 06:37:52 CDT 2001


>    Is it possible to retrieve the last page viewed using javascript? At 
>the
>moment I am using ASP like so:
>
>var last_page = <%=Request.Servervarialbes("HTTP_REFERER")%>;
>
>is it possible to do the same but with javascript?

var last_page = document.referrer;

ppk


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




More information about the Javascript mailing list