greatscott90
Programmer
I'm trying to accept a number from our Internet site through flash and have it transfer through ASP to add a record into an access table hosted on our ftp site. My problem seems to be posting the data to ASP. Neither of these commands seems to be successfully posting data to ASP:
Code:
loadVariablesNum("Check.asp", 0, "POST")[code]
[code]loadVariables("Check.asp", 0, "POST")[code]
The current ASP code to see if it is accepting a variable is: <% Response.write(Request.Form("StrRepairNum")) %>
The result is when I run it in Mozilla at the bottom of the screen is: Transferring data from [URL unfurl="true"]www.(mydomain).com...[/URL] and doesn't change.
Thanks.