Diggy
2008-04-02 10:29:44 UTC
I'm using a simple method of send an email using the clients own email
program. Everything works fine but the line breaks don't appear
(everything is on the same line). what should I use instead of \n ??
strFeedback = "Here are my feedback ratings - \n\nRelevance:
"+relevance+"\n Understanding: "+understanding;
getURL("mailto:***@myserver.com"+
"?subject=Feedback?body="+strFeedback);
program. Everything works fine but the line breaks don't appear
(everything is on the same line). what should I use instead of \n ??
strFeedback = "Here are my feedback ratings - \n\nRelevance:
"+relevance+"\n Understanding: "+understanding;
getURL("mailto:***@myserver.com"+
"?subject=Feedback?body="+strFeedback);