Forum Moderators: open
Anyone have any idea on how this may be done correctly?
Thanks
David
window.open('mail.asp?r=<%=Server.URLEncode(Request.ServerVariables("HTTP_REFERER"))%>');
On your mail.asp page, you can do this:
<%
strReferer = Request.QueryString("r")
%>
You will now have the value available on mail.asp