Well I'll check the .
fla later when I have time - but at a quick glance if you have all of your input fields inside a MC name it "form".
And instead of this line:
- Code: Select all
loadVariablesNum("mail.php3", 0, "POST");
it can look like this instead (keeping in mind you may need to update some of your other code if it currently is not inside a MC.
- Code: Select all
form.loadVariables("email.php", "POST");
Here is a real simple tutorial on a very simple way to do this...
http://www.kirupa.com/developer/acti..._php_email.htm