Gondwana
12-26-2003, 09:55 AM
Hi
I am new to this group and also a beginner in JS. Does someone knows which escape character to use on PC Windows to insert a CR when sending a string to Outlook Express 6. On Mac either "\n" or "\r" work fine but not on PC.
window.location = "mailto:" + emailAddress + "?subject=test&body=" + Line1 + '???' + Line2;
I am new to this group and also a beginner in JS. Does someone knows which escape character to use on PC Windows to insert a CR when sending a string to Outlook Express 6. On Mac either "\n" or "\r" work fine but not on PC.
window.location = "mailto:" + emailAddress + "?subject=test&body=" + Line1 + '???' + Line2;