G
Guest
Hi,
I would like to know how can I get the page name before the current page?
Thanks
Anthony
I would like to know how can I get the page name before the current page?
Thanks
Anthony
request.servervariables("http_referer")
.....but it is the only way if you want to track a client who is not
coming from a page in your application already, where you can track using
cookies, sessions or any othre state holder