Forums
This topic is locked
email link
Posted 02 Jan 2004 19:27:16
1
has voted
02 Jan 2004 19:27:16 Derran Williams posted:
can anyone help, i have a database that provides a list of email addresses, how can i make an email address displayed on my webpage from the value in a field with a link using the value as the mailto: link Replies
Replied 02 Jan 2004 19:55:31
02 Jan 2004 19:55:31 Vince Baker replied:
when you drop the field onto the page you will see in the code view that it is shown as:
<%=yourrecordset.fields.item("fieldname"
.value%>
Copy this line of code and then paste it into the link box in the properties selector directly after the mailto: text you have typed in.
voila!
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
Edited by - bakerv on 02 Jan 2004 19:56:25
<%=yourrecordset.fields.item("fieldname"

Copy this line of code and then paste it into the link box in the properties selector directly after the mailto: text you have typed in.
voila!
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
Edited by - bakerv on 02 Jan 2004 19:56:25