Hello,
I´ve set up a form which sends user input to asp page and from there into Microsoft Access database. The Submit button has this in the Actions:
on(press){
loadVariablesNum(“http://mySite.com/processForm.asp",0,"post”);
}
On hitting Submit, the user then gets a page thanking him.
Everything works fine on my computer but when I upload to the server it doesn´t work. The input doesn´t go to the asp page and neither into database. I´ve checked and doublechecked the paths using relative and absolute paths but no go. What am I not doing right?
Thanks your help.