![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I don't have access to a server-side app. so this must be done client side. How do I get: (thebody)+(dropdown) to appear on their own lines in the resulting email? snap script function now() { var thebody=document.testform.thebody.value; var dropdown=document.testform.dropdown.value; window.location.href="mailto:nowhere (AT) invalid (DOT) com?subject=Mail Test&body=" + (thebody)+(dropdown); } /script snap |
#2
| |||
| |||
|
|
GArlington wrote: Did you try <cr><lf> [chr(10) + chr(13) or other way around] combination? No, how would I do that? -- It takes a big man to cry, but it takes a bigger man to laugh at that man. -Jack Handey Take back Usenet <-->http://improve-usenet.org |
![]() |
| Thread Tools | |
| Display Modes | |
| |