Hi,
I am using <CFMAIL> to enable a user to send an email, or recommend , the page he is visiting to a friend.
I used the below code to get the inner frame
<script>document.write("<input type=\"hidden\" name=\"url\" value=\"" + opener.document.location.href + "\">"
;</script>. It works fine with IE, but not with with Netscape. The URL that gets passed is the email page URL, not the URL of the referring document. Anyway of overcoming this?
Thanks in advance
ahksar
I am using <CFMAIL> to enable a user to send an email, or recommend , the page he is visiting to a friend.
I used the below code to get the inner frame
<script>document.write("<input type=\"hidden\" name=\"url\" value=\"" + opener.document.location.href + "\">"
Thanks in advance
ahksar