[tt]
here's a part of an HTML formatted email I'm trying to generate but my email part is not working.
I have a user submit this form and I want their email address to be displayed as an email link (mailto:request.form("email"
) but it's not working
HTML = HTML & "<TR><TD>"
HTML = HTML & "<br>"
HTML = HTML & " " & "<font color='##003399'>" & "Name: " & " " & Request.form("Name"
& "<BR>" & " " & "Email: " & "<a href=mailto:" & Request.form("email"
& "</a>" & "<br>" & " " & "Phone: " & " " & Request.form("Phone"
& "<BR>" & " " & "Company: " & " " & Request.form("company"
& "<BR>" & " " & "Request: " & "<br>" & " " & Request.form("message"
& "</font>"
HTML = HTML & "</FONT></TD></TR></TABLE><BR><BR>"
HTML = HTML & "<br>"
HTML = HTML & "<br>"
Delete * from brain Where MaxLevel = "Full" and reaction = "Slow" order by StartOver
here's a part of an HTML formatted email I'm trying to generate but my email part is not working.
I have a user submit this form and I want their email address to be displayed as an email link (mailto:request.form("email"
HTML = HTML & "<TR><TD>"
HTML = HTML & "<br>"
HTML = HTML & " " & "<font color='##003399'>" & "Name: " & " " & Request.form("Name"
HTML = HTML & "</FONT></TD></TR></TABLE><BR><BR>"
HTML = HTML & "<br>"
HTML = HTML & "<br>"
Delete * from brain Where MaxLevel = "Full" and reaction = "Slow" order by StartOver