Comments by T Cosmas on scripts

3 comments

Comment on:
Mailto Compose In GMail

Jan 17, 2008

I'm sorry; but the d@#ned thing won't let me write the example! This is my last try! Just put it in the usual !!

mailto:myspouse@gmail.com?cc=myself@mycompany.com&bcc=myaccountant@duey.cheatem.and.howe.net

Thanks.

P.S.: I wish I could edit or delete my other posts!

Comment on:
Mailto Compose In GMail

Jan 17, 2008

Arrg...the link text is

Send me e-mail

Comment on:
Mailto Compose In GMail

Jan 17, 2008

You need to change the code as follows:


case "bcc":
emailBCC = nameValue[2];
//alert("Found BCC=" + emailBCC);
break;

Then a statement such as the following WILL parse into TO:, CC: and BCC: entries:


Send me e-mail