Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Email link through a database

Status
Not open for further replies.

rissac

Technical User
May 9, 2003
79
IN
I'm creating a database w/ Dreamweaver and Access. In my add page I want to enter an email address(email field) and in the view page I want the email field text to an email hyperlink. Is this possible?
 
like a &quot;mailto:<Email filed from the DB>&quot; ??

> need more info?
:: don't click HERE ::
 
I'm using the mailto: handle for the record set but it doesn't place the persons email address in the email message,it's just blank. The code that I have is below.


<a href=&quot;mailto:&quot;><%=(Recordset1.Fields.Item(&quot;email&quot;).Value)%></a>
 
<a href=&quot;mailto:<%=(Recordset1.Fields.Item(&quot;email&quot;).Value)%>&quot;><%=(Recordset1.Fields.Item(&quot;email&quot;).Value)%></a>


> need more info?
:: don't click HERE ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top