I am trying to send an email from a link using mailto:x@x.x subject=s body=b I am looking for a way to transfer line breaks in the parameter line like you put %20 to substitute a space
anybody has any ideas? thanks asaf
If you want to send line breaks in the URL, take a look at the urlencode() and urldecode() function.