Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resirtect back to calling form

Status
Not open for further replies.

jgo333n

Programmer
Jul 16, 2007
27
GB
Can any of you clever fellows out there tell me if it is possible to response.redirect to the calling form with out having to hard code in the page name.
What i am asking is is there a variable that stores the name of the calling page.
 
Try Request.ServerVariables("HTTP_REFERER")

------------------------------------------------------------------------------------------------------------------------
"Men occasionally stumble over the truth, but most of them pick themselves up and hurry off as if nothing ever happened."
- Winston Churchill
 
Thnak you, had to do some string manipulate and works perfectly.
Thanks Again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top