Possible Duplicate:
mailto link for large bodies
I'm making a basic CRM system.
The user can save/edit his email signature by using a rich text editor - which is then saved into a mysql table.
Then when the user clicks on customers email, using mailto it opens an email to that customer.
Is there a way to then have his saved signature in that email?
I know about the &body= thing but that can only handle 256 characters and lines and spaces have to be coded in.
I was wondering if there's a way to do it with javascript?
Short answer: No. Javascript can not change the way external programs interpret link protocols.
Javascript can however populate the link destination with dynamic content, but it can’t get around the usual browser limits that follows.