Hi, all,
I have a form test.asp with certain fields will show depend on what page it comes from.
i.e.
I set up redirect to
test.asp, in test.asp, I wrote:
sReferer = Request.ServerVariables("HTTP_REFERER")
if sReferer=" " then
displayfields
but somehow is sReferer is empty.
what should I do? I just stuck.
Thank you.
Betty
I have a form test.asp with certain fields will show depend on what page it comes from.
i.e.
I set up redirect to
test.asp, in test.asp, I wrote:
sReferer = Request.ServerVariables("HTTP_REFERER")
if sReferer=" " then
displayfields
but somehow is sReferer is empty.
what should I do? I just stuck.
Thank you.
Betty