hi,
for some reason, the following code doesn't work. I don't understand where the issue is. I just want to open a client e-mail app to send an e-mail.
<a href="mailto:[email protected]?subject=My Website&body=This e-mail has been sent to inform you about my website website: www.mywebsite.com">Send an email to a friend</a>
Safari visits the page "mailto:[email protected]?subject=Pa0Website&body=This%20e-mail%20has%20been%20sent%20to%20inform%20you%20about%20%20website:%20"
Chrome doesn't do anything
I haven't tested on other browsers so far.
Thanks