PDA

View Full Version : Finding the last page visited?


ACJavascript
11-26-2002, 01:39 AM
Hy all,, Heres a quick question,,

Now i know in cgi you can find out what the last page the user came from,, now how can I do that in javascript? :D:D



Any help is most appreciated.


Thanks in advance.. :D:D:D

glenngv
11-26-2002, 01:53 AM
alert(document.referrer)

ACJavascript
11-26-2002, 01:57 AM
Thanks so much Glenn, :D:D