Skip to Content
0
Jul 20, 2005 at 12:00 PM

Using new line in mailto

143 Views

Hi,

I have a bsp page that navigates towards an address like this :

mailto:EMAIL@HOTMAIL.COM?subject=Concerning%20your%20excess%201%2e000COPPERSOLDERTOFPIPETHD&body=Towhomitconcerns

It basically opens up the local mail client, fills in the mailto, a subject and the body.

Whenever I try to fit it in %0a%0d ( crlf ) for a new line in the body, the page fails without any good indication of what is happening.

So

navigation->goto_page( v_url ).

would work if there is no %0A or %0D or %0A%0D or %0D%0A in the url.

Do you have any ideas ?

T.