mailTo: |
6/25/2006 21:15:35 | |
| ASPRunnerPro General questions | ||
|
author
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=2857&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' /> I'm trying to use a drop down box to choose email addresses (from another table) to convert into MailTo: (EmailHyperlinks). Problem is - the code will not convert the email addresses, from the table, into MailTo: (the email addresses turn out be text only with no link). |
||
|
|
Sergey Kornilov admin 6/26/2006 |
|
You can use custom expression in Lookup wizard. '<a href=mailto:' + EmailField + '>' + EmailField + '</a>'
|
|