finding address in browser?

  • Thread starter Thread starter perspolis
  • Start date Start date
P

perspolis

Hi all
How can I find the address that user type in address bar??
I have some subdomains that have a homepage.I want to determine which
address is user typed and based on that address load properly information/

thanks in advance
 
You can't get the address that the user typed, but you can get the
address that the browser used to get the page.

Look at the Request.ServerVariables collection. HTTP_URL should give you
what you need.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top