Skip to main content
Participant
June 28, 2007
Question

request.url

  • June 28, 2007
  • 1 reply
  • 179 views
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?
This topic has been closed for replies.

1 reply

June 28, 2007
for asp.vb try this: <% request.ServerVariables("HTTP_REFERER")%>

regards
Sebastian