$body = "Hi how are you"
this is an example of what i want in the body message....
Line 1 = Hi how are You,
Line 2 = Other text bla bla bal
Line 3 = http://www.whatever.com
and so on any numbers of lines..
The deal here is that when i try to format the body to have more thatn one line i cant do it!!!!
i have tried some ways.. $body = Hi how are You <br> other line etc etc
And it doesnt work..
So how to make more than one line!!!!.. please help!!
Code: Select all
function contacto_admin() {
correo = '$mail';
var contenido = '$body'
window.location = 'mailto:'+ correo + '?subject=Error en Portal...&body=' + contenido
}