Article ID: 251230 - Last Review: October 9, 2003 - Revision: 3.0 OL2000: Line Feed and Carriage Return Are Not Inserted into the Body of a Message When You Use Mailto URLThis article was previously published under Q251230 SYMPTOMS
When you attempt to use a "mailto:" link that inserts a line feed and carriage return in the body of an e-mail message, the line break is not inserted.
CAUSE
This problem occurs when you click a mailto: URL in an application that supports hyperlinks, such as Microsoft Word or Internet Explorer. Microsoft Internet Explorer 5.0, and versions of Internet Explorer later than Internet Explorer 5.0, do not parse the Line Feed (LF) and Carriage Return (CR) characters properly. WORKAROUND
When you code your Hypertext Markup Language (HTML) page, use the %25 escape character before the LF and CR characters. The following is an example of the CR:
<A HREF="mailto:email1;email2&cc=email3?subject=My%20Subject&body=Line1%250dLine2">
Click Here To Invoke Mail
</A>
NOTE: This procedure will not leave the cursor at the end of the message.MORE INFORMATION
This does not affect versions of Microsoft Internet Explorer earlier than Microsoft Internet Explorer 5.0.
| Article Translations
|
Back to the top
