Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

request.url

New Here ,
Jun 27, 2007 Jun 27, 2007
Please help.
Trying to create a send to friend page.
I have everything working except for the request.url.

On the page that sends the e-mail I have request.url but it requests the url from the current page, how would i get the URL from the previous page?
TOPICS
Server side applications
180
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 28, 2007 Jun 28, 2007
LATEST
for asp.vb try this: <% request.ServerVariables("HTTP_REFERER")%>

regards
Sebastian
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines