crystalized
Programmer
I have the following lines of code on one of my asp pages
I am now having other people in the office test what I have so far. The problem is that when I click the link the email message that is opened is addressed and has the subject correct. The other people in the office are getting this for the address
crystals@genesis.sk.ca&subject=Firm5Logo
Of course this does not work at all. There are various operating systems and versions of IE testing this around the office. Can anyone shed any light on the problem I would be very grateful. [sig]<p>Crystal<br><a href=mailto:crystals@genesis.sk.ca>crystals@genesis.sk.ca</a><br><a href= > </a><br>--------------------------------------------------<br>
Experience is one thing you can't get for nothing.<br>
-Oscar Wilde<br>
[/sig]
Code:
<% dim subjectLine
subjectLine="Firm" & Session.Contents("firmID") & "Logo" %>
<STRONG>
<A HREF="mailto:crystals@genesis.sk.ca&subject=<%=subjectLine%>">
Submit your logo</A>
I am now having other people in the office test what I have so far. The problem is that when I click the link the email message that is opened is addressed and has the subject correct. The other people in the office are getting this for the address
crystals@genesis.sk.ca&subject=Firm5Logo
Of course this does not work at all. There are various operating systems and versions of IE testing this around the office. Can anyone shed any light on the problem I would be very grateful. [sig]<p>Crystal<br><a href=mailto:crystals@genesis.sk.ca>crystals@genesis.sk.ca</a><br><a href= > </a><br>--------------------------------------------------<br>
Experience is one thing you can't get for nothing.<br>
-Oscar Wilde<br>
[/sig]