Hi Everybody,
I have a javascript where I need to handling in the location.href as E-Mail address which contains "&" charachter.
Looks like:
location.href = "mailto:user.name@test.com?body=Test&Hier comes still something";
My problem is when I get back the email then the e-mail body is broken by the '&' and therefore I can only see in the body the 'Test' as word.
Could somebody please help me out?
I have a javascript where I need to handling in the location.href as E-Mail address which contains "&" charachter.
Looks like:
location.href = "mailto:user.name@test.com?body=Test&Hier comes still something";
My problem is when I get back the email then the e-mail body is broken by the '&' and therefore I can only see in the body the 'Test' as word.
Could somebody please help me out?