Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Mailto: URL compatibility

0 views
Skip to first unread message

Richard Turner

unread,
Sep 3, 1999, 3:00:00 AM9/3/99
to
In Netscaape (and probably others) this mailto produces the following email
message and sends it to the apprpriate address:

mailto:j...@bloggs.com?subject=stuff&line%20one/nline%202

subject: stuff

line one
line 2

Outlook produces this instead:

subject: stuff

line oneline 2.

Any ideas what OE would like in the mailto instead of /n to indicate a new
line?

Cheers folks,
Richard.

Steve Cochran

unread,
Sep 3, 1999, 3:00:00 AM9/3/99
to
Try %10%13 or %13%10. I forget which.

steve

Richard Turner <genes...@cuivienen.swest.co.uk> wrote in message
news:37d04...@nnrp1.news.uk.psi.net...

mvp Mark L. Ferguson

unread,
Sep 3, 1999, 3:00:00 AM9/3/99
to
It's %0D%0A. If you're lazy the JScript function escape() does it for you

maitto:h...@his.com?subject=sub&body=line%20one%0D%0Aline%20two

or

<script>
...
var it=escape( "mailto:h...@his.com?subject=sub&body=line one \nline two");

<form action=it method=post ...
...
--
mvp Mark L. Ferguson Please reply in newsgroup
marfers notes for OE 5 > (16K) http://www.geocities.com/SiliconValley/Bay/6386/IE_ng_notes.htm


Steve Cochran <scoc...@chattanooga.net> wrote in message news:eCd0SRm9#GA....@cppssbbsa02.microsoft.com...

0 new messages