Submitting orms using asp cripts.
November 10, 2004 12:00 AM
I have two forms to submit - one is a single page with four fileds to fill in and the asp script I use gets the data OK. The second form is five pages of various questions and the same script, modified for the different variables does not return any info.Any suggestions would be gratefully received.Andy
Discussion (3)
A form cannot span across multiple pages since the submit action must be at the same level as the form. For multiple pages, use a test instead or increase the size of the page and place the entire form on a single page.A form cannot span across multiple pages since the submit action must be at the same level as the form. For multiple pages, use a test instead or increase the size of the page and place the entire form on a single page.
Is the web server set to allow script access to ASP scripts? You can try just typing in the address to the script in a web browser and see what specific error is given. The web server can also be set to give more specific errors if there is a syntax error in the code.Is the web server set to allow script access to ASP scripts? You can try just typing in the address to the script in a web browser and see what specific error is given. The web server can also be set to give more specific errors if there is a syntax error in the code.
Thanks Aaron,I've overcome that problem - now I have another problem. My test works fine when I submit it as a flat .log log file when whenI try to use the sample access database Trivantis supplies and the saveresults.asp script I get the following error:Unable to post data to host!url:80/saveresults.asp,where url is the url of my server.Any help would be appreciated.Andy
Discussions have been disabled for this post