I have this on an asp page
<td class="normal" width="80%" align="left"><%=rsDisplay.Fields("Email").Value %></td>
As you can see, Email Value that is returned to the page as text.
How can I format this asp return as a mailto: hyperlink instead of text?
I hope that is clear.
I am learning asp, thank you for your time.
<td class="normal" width="80%" align="left"><%=rsDisplay.Fields("Email").Value %></td>
As you can see, Email Value that is returned to the page as text.
How can I format this asp return as a mailto: hyperlink instead of text?
I hope that is clear.
I am learning asp, thank you for your time.