needhelpquick
IS-IT--Management
Hi there,
I have a problem in that I can't get the email results from a database on to a web page so that the emal address is clickable and loads up the email software just as mailto: does.
One guy gave me this code but it still doesn't work
<%
response.write "<a href="" & (Recordset1.Fields.Item(""email""
.Value)" & ">To Email,Click Here</a>"
%>
This seems to me to be a simple thing for Ultradev to do but I just can't work it out.
I really appreciate any help you can give.
Best regards
Richard
I have a problem in that I can't get the email results from a database on to a web page so that the emal address is clickable and loads up the email software just as mailto: does.
One guy gave me this code but it still doesn't work
<%
response.write "<a href="" & (Recordset1.Fields.Item(""email""
%>
This seems to me to be a simple thing for Ultradev to do but I just can't work it out.
I really appreciate any help you can give.
Best regards
Richard