PC Review


Reply
Thread Tools Rate Thread

BCC from email hperlink in DRW?

 
 
=?Utf-8?B?UmF5bW9uZG8=?=
Guest
Posts: n/a
 
      24th Apr 2007
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 Removed)) so that I
can keep a tab on reponses? Have tried a few attempts but cannot seem to get
the coding right.

Jenny
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q29yZXkgQnJ5YW50?=
Guest
Posts: n/a
 
      24th Apr 2007
Here is an example:
<a href="private.php?do=newpm&u=?bcc=(E-Mail Removed)&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 Removed)) so that I
> can keep a tab on reponses? Have tried a few attempts but cannot seem to get
> the coding right.
>
> Jenny

 
Reply With Quote
 
=?Utf-8?B?Q29yZXkgQnJ5YW50?=
Guest
Posts: n/a
 
      24th Apr 2007
http://www.ssi-developer.net/design/mailto.shtml might help some as well.

--
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 Removed)) so that I
> can keep a tab on reponses? Have tried a few attempts but cannot seem to get
> the coding right.
>
> Jenny

 
Reply With Quote
 
=?Utf-8?B?UmF5bW9uZG8=?=
Guest
Posts: n/a
 
      26th Apr 2007
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="private.php?do=newpm&u=?bcc=(E-Mail Removed)&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 Removed)) so that I
> > can keep a tab on reponses? Have tried a few attempts but cannot seem to get
> > the coding right.
> >
> > Jenny

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      26th Apr 2007
<a href="mailto:<%=FP_FieldLink(fp_rs,"Email")%>?bcc=(E-Mail Removed)&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!" (-;
_____________________________________________


"Raymondo" <(E-Mail Removed)> wrote in message news:9EA9A3DA-F7B1-48B0-9B89-(E-Mail Removed)...
| 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="private.php?do=newpm&u=?bcc=(E-Mail Removed)&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 Removed)) so that I
| > > can keep a tab on reponses? Have tried a few attempts but cannot seem to get
| > > the coding right.
| > >
| > > Jenny


 
Reply With Quote
 
=?Utf-8?B?UmF5bW9uZG8=?=
Guest
Posts: n/a
 
      3rd May 2007
Thanks, Stefan, - That works!

"Stefan B Rusynko" wrote:

> <a href="mailto:<%=FP_FieldLink(fp_rs,"Email")%>?bcc=(E-Mail Removed)&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!" (-;
> _____________________________________________
>
>
> "Raymondo" <(E-Mail Removed)> wrote in message news:9EA9A3DA-F7B1-48B0-9B89-(E-Mail Removed)...
> | 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="private.php?do=newpm&u=?bcc=(E-Mail Removed)&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 Removed)) so that I
> | > > can keep a tab on reponses? Have tried a few attempts but cannot seem to get
> | > > the coding right.
> | > >
> | > > Jenny
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I fix a hperlink problems? =?Utf-8?B?VGFsbHkx?= Microsoft Word Document Management 2 27th Oct 2006 05:03 PM
Hperlink Target =?Utf-8?B?SWFuIEJhcm53ZWxs?= Microsoft Powerpoint 4 5th May 2006 06:37 PM
Hperlink PDF =?Utf-8?B?Sm9l?= Windows XP General 0 20th Sep 2005 11:32 AM
Hperlink Underlining?? Ket Microsoft Powerpoint 3 5th Apr 2005 08:11 PM
Hperlink to a tab on new page Steve Easton Microsoft Frontpage 1 7th Jul 2003 06:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:27 AM.