Hi Everyone,
I am new to classic ASP.I have a general question.
I have to get the url of the parent page in my asp page.
Is there any way to get the Parent window's url in asp.
I Know that the value could be obtained in javascript using window.parent.location.href ,then stored in a hidden variable
and could obtain it using Request.Form .But this solution requires the form to be submitted I don't want that to happen.
And even Request.ServerVariables(HTTP_Referer) does not work since my page opens in a new window.
Any Ideas ??
Any Suggestions??
Thanks in Advance