Click to See Complete Forum and Search --> : sending variables to email


Spud_Nic
11-14-2003, 06:18 PM
I've got some javascript writing a string (mailto:eml@adress.com?subject=this&body=that) but I can't get line breaks to work in the body text!!!!

I've tried \n, and \r - and even <br> but no luck!
Any ideas?

thanks

Khalid Ali
11-15-2003, 06:05 AM
yu can not do that...if youtake a look at the form element,you will see that you set the enctype="text/plain"
and the format is restricted to what browser is defaulted to show you.