
database data into email link
Response.Write "<TD WIDTH=25><A HREF=""mailto:" & rs("username") &
How do you turn data from a database into an email link?
code I have now:
Response.Write "<TD WIDTH=25> <a href=" & chr(34) & "mailto:" &
rs("username")
since this is part of a table
i'm trying to create a table from a database, then have a link to the
username
who submitted the entry.. any ideas?!?!
Thanks