If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
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, 13: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, 15: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

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