I have an app that makes useful href mailto links for users to send each other by opening text files on the server and inserting messages into the to, subject and body (quite long message) of client side email programs.
A few of these are now hitting the 2000 and something character limit which stops the link opening the email program on some browsers.
Although the text files are created by users and opened on the server, the links are all standard client side href mailto links done in HTML.
Does any creative person here know how to to get around this HTML character limit by writing the link with JavaScript or some other method of encoding text content to be smaller.
Thanks.