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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can u store an IE browser url/address from ASP? 1

Status
Not open for further replies.

puitar

Programmer
Apr 8, 2001
64
AU
Hi

Can u store an IE browser url/address from ASP?
 
I want to store it in a session variable and use it later.
 
If you want to read the current adrress/URL you should use the

myvar=Request.ServerVariabiles("PATH_INFO")
and
myvar=Request.ServerVariabiles("HTTP_REFERER") for the previous adress/URL in queue.

than you can store it it with Session("Myvar")=myvar

Hope this helps,s-)

Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top