add body to mailto:

liunx

Guest
how do i add body and cc and bcc to a mailto tag<br />
<br />
mailto:[email protected]?subject=helloworld<br />
<br />
<br />
and in the body can i a make the text jump to a new line eg by adding a <br> or a /n<br />
<br />
thanks<br />
<br />
Andrew<!--content-->Try something like this:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:[email protected]?subject=test&[email protected]&[email protected]&body=testing">send</a><!--content-->is it possible to put a kline break in the body text<br />
like a <Br> or a /n<br />
<br />
thanks<br />
<br />
Andrew<!--content-->Not that I'm aware of (with plain ole' HTML), but I could be wrong...<!--content-->I believe you can use line break "\n" in the body of the email. You can't use <BR> though. Try it out and see if it works.<!--content-->Didn't work for me, when I tried adding it in through the &body in the mailto:<!--content-->OOP's! Guess that shows that I should test out my replies before posting. Thanks pyro. :D<!--content-->I was working on a similar problem and found a webpage that explains how to do a line break in the message body in a mailto tag...<br />
<br />
<br />
<!-- m --><a class="postlink" href="http://www.ssi-developer.net/design/mailto.shtml">http://www.ssi-developer.net/design/mailto.shtml</a><!-- m --><br />
<br />
<br />
also, here is some info from microsoft on this topic:<br />
<br />
<!-- m --><a class="postlink" href="http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q251/2/30.asp&NoWebContent=1">http://support.microsoft.com/default.as ... bContent=1</a><!-- m --><br />
<br />
<br />
<br />
hope this helps -<br />
Ken<!--content-->Originally posted by ken4runner <br />
hope this helpsIt may have, had it come 10 ½ months sooner. :rolleyes:<!--content-->a year is my standard turn-around time...<br />
<br />
:) <br />
<br />
<br />
better late than never, right?<!--content-->... not in poker after a folded hand :)<br />
<br />
Looks like it may come in handy, depite server-side emailing being more reliable.<!--content-->Thanks for the answer<br />
<br />
Its a great help<br />
<br />
Andrew<!--content-->welcome -<br />
<br />
I'm usually the one asking the question, not the one giving the answer!<br />
<br />
:) <br />
<br />
-Ken:confused:<!--content-->
 
Back
Top