'ello all
Quick question.... I have an html form which gets emailed to a distribution list using client side email . There are some users, however, that I want to include in this distribution list but I don't want their email address to show up in the email.
I have no problem with the mailto: , cc=, or subject= attributes.
(example:
<form name="form1" action="mailto:user1@blah.com,user2@blah.com?cc=user3@blah.com,user4@blah.com?Subject=Blah Blah Blah Blah">)
However, I cannot figure out how to BCC .
It's only gotta work in Netscape Navigator 4.5 and 4.75.
Anyone got any words of wisdom???
Much appreciated...
Quick question.... I have an html form which gets emailed to a distribution list using client side email . There are some users, however, that I want to include in this distribution list but I don't want their email address to show up in the email.
I have no problem with the mailto: , cc=, or subject= attributes.
(example:
<form name="form1" action="mailto:user1@blah.com,user2@blah.com?cc=user3@blah.com,user4@blah.com?Subject=Blah Blah Blah Blah">)
However, I cannot figure out how to BCC .
It's only gotta work in Netscape Navigator 4.5 and 4.75.
Anyone got any words of wisdom???
Much appreciated...