UrlReferrer issue

Y

Yoyo

Hi all!

I am developing an intranet app and have a problem with the
Request.UrlReferrer object.

I use it to keep a "linkstack" of all pages visited on the app to let the
user surf thru pages (the IE toolbar is not visible).

I tested it ok on intranet and internet with win2k clients. The problem
which happens with XP clients is that SOMETIMES the
Request.UrlReferrer.AbsoluteUri is nothing, leaving the site clueless on
what to put on the linkstack... Is this a bug, or sometimes UrlReferrer CAN
be nothing (when?). Is there any other way i can track referrer (ie
previous) page visited?

Thanx to anyone will answer

Bye

Yoyo
 
Y

Yoyo

Thanx to both for answering,

I solved my problem using

ServerVariables("SCRIPT_NAME") for the page and
ServerVariables("QUERY_STRING") for the parameters sent.

Bye

Yoyo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top