Using Email Addresses from Access to FP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Having difficulty with database results region and the email addresses. They
continue to have http:// in front of them when they appear on the web page.
I've tried everything I can in my limited knowledge of FP and Access and
would appreciate someone who is in the know giving me some advice on the
matter. It would be most appreciated.
 
Kathleen:
Appreciate your response and the tutorials. Following those instructions
carefully, the path is as follows "mailto:<%=FP-FieldLink<(fp_rs,"Cemail")%>"
with Cemail being the field that contains the email address. It still adds
the http://in front of the address. Using Office XP with FP 2002 and Access
2002. I know there has to be a simple answer, but after working on this for
3 days, I'm just about at my wits end!!
Your advice is certainly appreciated at this point.
Cricket
 
In HTML / Code view write the code as follows:

<a href="mailto:<%=FP-FieldLink(fp_rs,"Cemail")%>">Link Name</a>

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
OK :>> Thanks! I knew it had to be simple--just didn't realize how simple
the answer could be!! Cheers to you!!
Cricket
 
Back
Top