Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-03-2004, 08:09 AM   #1 (permalink)
 
Newb Techie

Join Date: May 2004

Posts: 34

confusedideal

Unhappy flash MX forms & Javascript

I'm working on building a basic information request form in Flash MX. Here's the coding I've got so far.


btn_submit.onRelease = function () {
getURL("mailto:thelonewolf67@yahoo.com?subject=Fee dback" + "&body=" + first + last + company + addr1 + addr2 + city + state + zip + email + phone1 + phone2 + phone3 + comment);
};


This works fine, but it brings up an e-mail box with the information in said text fields in the body. Is there a way to just send the form, and if so, is there a way to format this information (i.e. add line returns for when I get the information in my e-mail). If at all possible, I'd like to stay out of CGI forms and php forms.
confusedideal is offline  
Old 06-03-2004, 08:12 AM   #2 (permalink)
 
Newb Techie

Join Date: May 2004

Posts: 34

confusedideal

Default

sorry, nix the Javascript part, I used that earlier in a different page and got confused
confusedideal is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On