Hey guys, I really appreciate the help that you provide for everyone on here. It is always curteous and thurough. I would appreciate any help you can provide me with. Here is the situation:
I am trying to pass vars through my swf to an asp page, to have them saved to an mdb. I have declared me vars, my asp page seems correct , as it opens the database, I just dont get any info in my mbd fields:( It auto numbers a new row every time i submit info, I just dont see the results in the fields.
I am using this code for submission:
on (press) {
formData = new LoadVars();
formData.name = “”;
formData.date = “”;
formData.wo = “”;
formData.info = “”;
loadVariablesNum(“processForm2.asp”, 2, “POST”);
}
PLEASE HELP. This project is due in 4 days. Thanks!
Cam
p.s. I am also using 3 comboboxes, but I havent plugged in vars to those yet… simply because I cant figure out how.
thanks for any ideas!