Hi!
I am using ASP. i wanted retrieve the URL name typed by user to request the .paricular ASP file
Printable View
Hi!
I am using ASP. i wanted retrieve the URL name typed by user to request the .paricular ASP file
Try placing this as one of the first few lines of your ASP page:
Response.write Request.ServerVariables("HTTP_REFERRER")
That variable usually holds the url that was requested.
you'll have to play with it to make sure though.
good luck,
John
John Pirkey
MCSD
www.ShallowWaterSystems.com