Forum Moderators: open
Best regards!
Michal Cibor
normal = 'Hi there. Your friend like to refer you a good site'
After 'friend name' & 'sender name' has been edited, it sends mail like this = 'Hi there *friendsname*. Your friend *sendername* like to refer you a good site'.
It works, but i needed to get those to sentences to different rows
That is the part of the script that forms up the message from those fields.
Could you show where to put that script by making that 'bodi' -value (at end) to be on different row than that text before it.
window.location = "mailto:"+document.eMailer.email.value+"?subject="+document.eMailer.subjecti.value+ ' By: ' +document.eMailer.sname.value+"&body="+'Hi there' +document.eMailer.fname.value+ '!\r\n Your friend ' +document.eMailer.sname.value+ ' wants to recommend you a cool website called Gero Media (http://www.URL FORBIDDEN.htm).\r\n You can contact your friend using this E-mail address: ' +document.eMailer.smail.value+ '.\r\n Your friend ' +document.eMailer.sname.value+ ' also wanted to send you his own message: "' +document.eMailer.bodi.value+ '"';
Best regards
Michal Cibor