Add subject line and text to body of mail

Hi

I have this code thanks to Don, Andrew and Ronx and it works really well. I
would like to add to it so that a text string is put in the Subject line and
another text string in the body section of the e mail is this possible?

Something like the access vba
DoCmd.SendObject acReport, "", "", , , "", "SUBJECT LINE HERE", "BODY OF
MAIL HERE", False, ""


So the subject line could have ABC
and in the body of the e mail I could have
please do not remove the ABC from the subject line.

Thank you


<p
align="center"><font face="Arial" size="2"> <script language=javascript>
<!--
var AandB = "wayne";
var CandD = "domainname";
var EandF = ".";
var GandH = "com";
var IandJ = ".";
var KandL = "uk";
var linktext1 = "Se";
var linktext2 = "nd";
var linktext3 = " e ";
var linktext4 = "M";
var linktext5 = "a";
var linktext6 = "i";
var linktext7 = "l";
document.write("<a href=" + "mai" + "lto:" + AandB + " [at] " + CandD + EandF +
GandH + IandJ + KandL +
">"
+ linktext1 + linktext2 + linktext3 + linktext4 + linktext5 + linktext6 +
linktext7 + "</a>")
//-->
</script></font>
<p>

--
Wayne
Manchester, England.
WayneIM [ Sa, 29 März 2008 13:56 ] [ ID #1931456 ]

RE: Add subject line and text to body of mail

It's OK, I worked it out


--
Wayne
Manchester, England.



"Wayne-I-M" wrote:

> Hi
>
> I have this code thanks to Don, Andrew and Ronx and it works really well. I
> would like to add to it so that a text string is put in the Subject line and
> another text string in the body section of the e mail is this possible?
>
> Something like the access vba
> DoCmd.SendObject acReport, "", "", , , "", "SUBJECT LINE HERE", "BODY OF
> MAIL HERE", False, ""
>
>
> So the subject line could have ABC
> and in the body of the e mail I could have
> please do not remove the ABC from the subject line.
>
> Thank you
>
>
> <p
> align="center"><font face="Arial" size="2"> <script language=javascript>
> <!--
> var AandB = "wayne";
> var CandD = "domainname";
> var EandF = ".";
> var GandH = "com";
> var IandJ = ".";
> var KandL = "uk";
> var linktext1 = "Se";
> var linktext2 = "nd";
> var linktext3 = " e ";
> var linktext4 = "M";
> var linktext5 = "a";
> var linktext6 = "i";
> var linktext7 = "l";
> document.write("<a href=" + "mai" + "lto:" + AandB + " [at] " + CandD + EandF +
> GandH + IandJ + KandL +
> ">"
> + linktext1 + linktext2 + linktext3 + linktext4 + linktext5 + linktext6 +
> linktext7 + "</a>")
> //-->
> </script></font>
> <p>
>
> --
> Wayne
> Manchester, England.
>
WayneIM [ Sa, 29 März 2008 15:48 ] [ ID #1931458 ]
Microsoft » microsoft.public.frontpage.client » Add subject line and text to body of mail

Vorheriges Thema: Publishing without templates
Nächstes Thema: RE: Page sub views