Entry
HTML: URL: E-mail: How to send a linebreak in the body via a URL using Microsoft Outlook Express?
Sep 7th, 2004 10:44
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 07 September 2004 - 07:35 pm ------------------
HTML: URL: E-mail: How to send a linebreak in the body via a URL using
Microsoft Outlook Express?
Use %0A if you want to create a linefeed
For example:
--- cut here: begin --------------------------------------------------
<HTML>
<A
HREF="mailto:yourname@yourcompany.com?
cc=to_cc&bcc=to_bcc&subject=your%20subject%20is%20test&body=your%
20email%20body%0Ais%0Atest.%0AThis%20are%20some%20characters%20%2C%3F%
2E%21%3A%3B%0A%0D"
>
Send an email
</A>
</HTML>
--- cut here: end ----------------------------------------------------
---
---
Internet: see also:
---
[Internet: see also: http://www.google.com search for 'line break
character Outlook Express': http://support.microsoft.com/?kbid=192341]
----------------------------------------------------------------------