February 9th, 2000, 11:02 PM
Hi!
I am using ASP. i wanted retrieve the URL name typed by user to request the .paricular ASP file
I am using ASP. i wanted retrieve the URL name typed by user to request the .paricular ASP file
|
Click to See Complete Forum and Search --> : Script February 9th, 2000, 11:02 PM Hi! I am using ASP. i wanted retrieve the URL name typed by user to request the .paricular ASP file Johnny101 February 15th, 2000, 01:46 PM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |