Using Java and mailto to create an email

G

Goo

Hi. Looking for some advice.

I have a simple javascript that gathers email from a HTML form and then
upon the submit button click, it opens a default mail window with
"mailto" and inserts some text and form field data, etc, in the body of
the email.

My only problem is, in Outlook, my default message settings are to
insert a stationary background and signature file.

But whenever I run the javascript and use the mailto command, it won't
invoke my default email settings or use the HTML background, etc.

Any advice?

Thanks.
 
R

Rhino

Goo said:
Hi. Looking for some advice.

I have a simple javascript that gathers email from a HTML form and then
upon the submit button click, it opens a default mail window with
"mailto" and inserts some text and form field data, etc, in the body of
the email.

My only problem is, in Outlook, my default message settings are to
insert a stationary background and signature file.

But whenever I run the javascript and use the mailto command, it won't
invoke my default email settings or use the HTML background, etc.

Any advice?
Yes. Ask your question on a javascript newsgroup, like comp.lang.javascript.
Java and JavaScript, despite the similar names, have nothing to do with one
another.
 
R

Roedy Green

Top