Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Email Link in DB

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-30-03, 14:37
bambamn007 bambamn007 is offline
Registered User
 
Join Date: Jan 2003
Posts: 32
Email Link in DB

I posted a wuestion a while back, but couldn't get the advice to work. So I will now give examples of what I need.
.
I have this in Frontpage to make an email addey a link:

<a href="mailto:<%=FP_FieldLink(fp_rs,"email")%>">

I want to have this link imbedded inside of a pic. I also have the script:

<a href=<%=oRst("email")%>><img SRC="..images/mail.gif"></a>

I need to know how to merge these two scripts to make the email addey imbed into the pic, but be a link to email when clicked on. Can someone help?
Bam
Reply With Quote
  #2 (permalink)  
Old 03-31-03, 16:07
bambamn007 bambamn007 is offline
Registered User
 
Join Date: Jan 2003
Posts: 32
For anyone interested, I figured out my problem. In combining the two lines,
I came up with this:

<a href="mailto:<%=FP_FieldLink(fp_rs,"email")%>"><im g
src="/images/mail.gif"></a>

And it works just fine.
Bam
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On