I need to convert a currently-working webmail form from html to
Flash. I've created Flash webmail forms sending to ASP, but I'm not
able to figure it out in this case. Maybe in part because it was
built in FrontPage :)
The current html page uses this, which works:
<form method="POST" action="_vti_bin/shtml.exe/contact_us.htm"
onSubmit="" webbot-action="--WEBBOT-SELF--">
So far, I'm using this from Flash (also tried it without the domain path):
//
btnSubmit.onRelease = function() {
loadVariablesNum("http://www.clientDomain.com/_vti_bin/shtml.exe/contact_us.htm",
0, "POST");
};
//
but that's not doing it, even when I try to send all variable
declarations I can find on the html page. There are some checksum
values being passed and I'm not sure if that's throwing everything
off. Also not sure how to declare something like "webbot-action" in
AS, which doesn't like the hyphen (I tried this["webbot-action]).
Anybody see what I'm doing wrong here, or willing to look at the html
page to help me? I'm pretty blind when it comes to non-ActionScript
programming.
thanks,
Marc
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders