Question
dynamic Subject Line in Mail to
FIXED IT - Thanks anyway!!
I am using DW MX2004 and MS Access dB...would like to include a dynamic subject line in a mailto. The recordset is complete and the dynamic email works - but can't get it to work with a subject line (HTML - no problem) but... Here is the piece of code for that line:
<td colspan="2" width="25%"><span class="style1"><strong>Email Address: <br></strong></span>
<span class="style3"><a href="mailto:<%=(rsDescription.Fields.Item("Email").Value)%>"><%=(rsDescription.Fields.Item("Email").Value)%></a></span></td>
I would like to add a part number in the subject line or even the body of the message - doesn't matter- which is also in the same record set <%=(rsDescription.Fields.Item("PartNum").Value)%>
Here is the URL: http://www.mri-sales.com/AllInventory_Detail.asp?PartNum=647291
REALLY apreciate the help!!! Am Semi-new at this still - always something to learn! 😄
I am using DW MX2004 and MS Access dB...would like to include a dynamic subject line in a mailto. The recordset is complete and the dynamic email works - but can't get it to work with a subject line (HTML - no problem) but... Here is the piece of code for that line:
<td colspan="2" width="25%"><span class="style1"><strong>Email Address: <br></strong></span>
<span class="style3"><a href="mailto:<%=(rsDescription.Fields.Item("Email").Value)%>"><%=(rsDescription.Fields.Item("Email").Value)%></a></span></td>
I would like to add a part number in the subject line or even the body of the message - doesn't matter- which is also in the same record set <%=(rsDescription.Fields.Item("PartNum").Value)%>
Here is the URL: http://www.mri-sales.com/AllInventory_Detail.asp?PartNum=647291
REALLY apreciate the help!!! Am Semi-new at this still - always something to learn! 😄