Question
Why Can't I Create An Email Link?
I'm trying to create an email like out of this:
<cfset emailaddress = 'e' & 'rsTest.EmpID' & '@eamc.org'>
<a href="mailto:emailaddress"><cfoutput>Email</cfoutput></a>
however, i am getting no link returned. can someone help me out?
<cfset emailaddress = 'e' & 'rsTest.EmpID' & '@eamc.org'>
<a href="mailto:emailaddress"><cfoutput>Email</cfoutput></a>
however, i am getting no link returned. can someone help me out?