|
-
February 10th, 2000, 12:02 AM
#1
Script
Hi!
I am using ASP. i wanted retrieve the URL name typed by user to request the .paricular ASP file
-
February 15th, 2000, 02:46 PM
#2
Re: Script
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
John Pirkey
MCSD (VB6)
http://www.stlvbug.org
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|