jtellesj
01-07-2003, 06:34 PM
An easy one, please help!
After setting up a simple form in Flash where the user is going to type in his name, last name and stuff I want format those variables with a hard return or a paragraph right on the "GET URL" expression to create a plain text formatted email. No... no CGI or anything like that.
The Expression looks like this:
"mailto:myemail@mydomain.com?subject=My Inquiry&body=" +inName+" "+inLast +
inEmail
How can I add a hard return between the inLast and inEmail variables so I get an email body like this:
Joe Doe
john@joesdomain.com
Thanks for help another ignorant beginner!
After setting up a simple form in Flash where the user is going to type in his name, last name and stuff I want format those variables with a hard return or a paragraph right on the "GET URL" expression to create a plain text formatted email. No... no CGI or anything like that.
The Expression looks like this:
"mailto:myemail@mydomain.com?subject=My Inquiry&body=" +inName+" "+inLast +
inEmail
How can I add a hard return between the inLast and inEmail variables so I get an email body like this:
Joe Doe
john@joesdomain.com
Thanks for help another ignorant beginner!