Im using loadVariablesNum to send information to an ASP page..then send it
back to a email box.
The problem is that i have the textBoxes inside a movieclip and when i
receive the email..the data isnt in the email..
Flash:
loadVariablesNum("send.asp", 0, "POST");
the inputText boxes are inside a movie clip..
The ASP page:
theName = Request.Form("name of text box")
theEmail = Request.Form("name of text box")
theMessage = Request.Form("name of text box")
sorry for my ignorance..i tried to put
"_root.form_mc.loadVariablesNum(etc..);" but it didnt work..
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders