clickable email addresses

W

William

Is there anything I can do within a table to make an EmailDisplayName a hot link so that when I pull the info on my list of people into a FrontPage 2003 database results page the email address is a hot link--users can click on to send email to the individual?
 
J

Jim/Chris

I got this from Fred in a previous posting. It works well.
Display your table in a form

You do not need to use the hyperlink datatype to send an
email to the address. Use a regular Text DataType instead.

Code the Double-click event of the form control that shows
the field:

Application.FollowHyperlink "Mailto:" & [ControlName]

Making corrections to the text field is much easier than
editing a hyperlink field.

Jim
-----Original Message-----
Is there anything I can do within a table to make an
EmailDisplayName a hot link so that when I pull the info on
my list of people into a FrontPage 2003 database results
page the email address is a hot link--users can click on to
send email to the individual?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top