BCC from email hperlink in DRW?

G

Guest

I currently have the following code to open up an email from the DRW ;

<a href="mailto:<%=FP_FieldLink(fp_rs,"Email")%>?Subject=Your advertisement:
<%=FP_FieldLink(fp_rs,"Ref")%>">Email
me</a>

Is it possible to add a bcc (back to myself: (e-mail address removed)) so that I
can keep a tab on reponses? Have tried a few attempts but cannot seem to get
the coding right.

Jenny
 
G

Guest

Hi Corey, Thanks for your help but... That's not quite my question. I had
already tried combining that code into the DRW coding without success. Any
Idea how to add the bccc to the code I supplied? many thanks. Jenny
(Ramondo's wife!)
 
S

Stefan B Rusynko

<a href="mailto:<%=FP_FieldLink(fp_rs,"Email")%>[email protected]&Subject=Your advertisement:
<%=FP_FieldLink(fp_rs,"Ref")%>">Email me</a>


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Hi Corey, Thanks for your help but... That's not quite my question. I had
| already tried combining that code into the DRW coding without success. Any
| Idea how to add the bccc to the code I supplied? many thanks. Jenny
| (Ramondo's wife!)
|
| "Corey Bryant" wrote:
|
| > Here is an example:
| > <a href="mailto:[email protected][email protected]&subject=test
| > subject">Email Me</a>
| >
| >
| > --
| > Corey R. Bryant
| > http://www.coreybryant.org | http://www.loudcommerce.com
| >
| >
| > "Raymondo" wrote:
| >
| > > I currently have the following code to open up an email from the DRW ;
| > >
| > > <a href="mailto:<%=FP_FieldLink(fp_rs,"Email")%>?Subject=Your advertisement:
| > > <%=FP_FieldLink(fp_rs,"Ref")%>">Email
| > > me</a>
| > >
| > > Is it possible to add a bcc (back to myself: (e-mail address removed)) so that I
| > > can keep a tab on reponses? Have tried a few attempts but cannot seem to get
| > > the coding right.
| > >
| > > Jenny
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top