kathryn
10-18-2002, 09:58 AM
Hi,
I am trying to add a JSP variable to the body string to be put in an <a href="mailto: ">tag as follows
<a href="mailto:me@something.com?Subject=i%20thought%20you%20might%20like%20to%20read%20this&Body=<a href="<%=EmailURL%>">click here</a>
Where <%=EmailURL%>should be the destination of the link which appears in the body of the mail.
However the link appears in the email but just links to http://<%=EmailURL%>.
Please help!!!!
Thanks, Kathryn
I am trying to add a JSP variable to the body string to be put in an <a href="mailto: ">tag as follows
<a href="mailto:me@something.com?Subject=i%20thought%20you%20might%20like%20to%20read%20this&Body=<a href="<%=EmailURL%>">click here</a>
Where <%=EmailURL%>should be the destination of the link which appears in the body of the mail.
However the link appears in the email but just links to http://<%=EmailURL%>.
Please help!!!!
Thanks, Kathryn