User puts in their emailaddress. Fine. I want to display that with a mailto link. So ....
<a href="mailto:<%=(rsProviderDetails.Fields.Item("SupplierEmailAddress"
.Value)%>"><%=(rsProviderDetails.Fields.Item("SupplierEmailAddress"
.Value)%></a>
But no it won't accept duplicate recordset field. The 2nd just disappears. How can I avoid this.
Tia
<a href="mailto:<%=(rsProviderDetails.Fields.Item("SupplierEmailAddress"


But no it won't accept duplicate recordset field. The 2nd just disappears. How can I avoid this.
Tia