ActionScript 2.0 :: Add Varaibles To This Asp Mailform?
Sep 14, 2006I have this asp mailform i'm using on my sites, but now i need to add 5 more fields, and i just can't manage to do that.
View 1 RepliesI have this asp mailform i'm using on my sites, but now i need to add 5 more fields, and i just can't manage to do that.
View 1 Replieshow to refresh the dynamic varaibles using the loadVariables command?
At the moment they are caching on the web - but it works the way i want it when tested in Flash.
I'm need a bit of help with a php form, I'm already trying to solve it myself for quite a few days now but know results.
here's the script:
<?php
mail("my@email.here", $naam, $adres, $postcode, $plaats, "From: PHPMailer
Reply-To: $from
X-Mailer: PHP/" . phpversion());
?>
in the flash mx movie i got 5 variables with the names; naam, adres, postcode, plaats, from
[Code]...
I have a working Flash mailform that is pointing to Comcast's form created when a generic website is built. When that generic form is used in html format a confirmation page pops up with a standard "Thank You, etc.". I have a Flash thank you page built as well but it has nothing to do with what is going on on the server since I don't know how to connect these two. So in case there is an error on the server's side Flash will not detect it and the user will think his e-mail went through. Is there a way of writing a code that would take care or of it? The html address of the form that I'm addressing with Flash and the "Thank You" page is the same - just the contest changes. And here's the source for the latter (not much to it but what is VLINK or LINK - they seem to be the only unique things in this code?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!-- Generated by Oracle's Dynamic HTML Generation Package -->
<HTML>
<HEAD><script>function <TITLE>Mailform Entry Submitted</TITLE>
</HEAD>
[Code] .....
I've made a mailform and having probs with te textfields.Somehow when I use the tab it selects the left textfields from top till bottom, then the textfields that are layed out to the right. How can I amke sure the tab makes the logical order when someone whants to fill the form.
I already used setfocus to the first textfields so the cursor starts with the first to fill in textfield.
How tab form let's say tekstfield name to adres to email(variables).
knows where can I find working mailform tutorial? I found quite a few for a simple mailform, but none actually worked.
View 2 Replies