I\'m trying to get the previous page URL after I do a response write and i\'ve looked around the web and people are using HTTP_REFERER but that doesn\'t work wi
HTTP_REFERER
You could try server.transfer instead to see if it populates the HTTP_REFERER value.