Results 1 to 5 of 5

Thread: how to capture textarea content format and embed it in html style email?

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2004
    Location
    malaysia
    Posts
    89

    Resolved how to capture textarea content format and embed it in html style email?

    Code:
    <textarea id="mailContent" title="Email Content" maxLength="1500" name="mailContent" cols="77" rows="16"></textarea>
    Hi, i have the code above to let a user type in message and then the user will click a send button to send content in the textarea as a html email(this is my intention).

    however, during my test, i find that all content in the textarea are in plain text, ie, it dont have paragraph or empty line as in what i gave type in the textarea.

    can someone help, teach me how to capture the origainal format of text area and send it as it is in the email.
    Last edited by kkc; Apr 20th, 2005 at 09:41 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width