Guest_imported
New member
- Jan 1, 1970
- 0
All
New to IIS, have no control over the server I'm working on either!
I have:
1) A simple HTML form with an action of :
:form action=signup.asp method=post:
2) an ASP script called signup.asp to send an email
When I submit the form, I get an 'Error 404', even thought the URL in the browser address bar is the exact URl of the script.
If I copy the URL into a new window and access it, the script runs, displaying the mising field errors correctly.
What do I need to do in order to call the script from the form?
Am used to Lasso and PHP, but this is killing me!
Thanks in advance!
Ben
New to IIS, have no control over the server I'm working on either!
I have:
1) A simple HTML form with an action of :
:form action=signup.asp method=post:
2) an ASP script called signup.asp to send an email
When I submit the form, I get an 'Error 404', even thought the URL in the browser address bar is the exact URl of the script.
If I copy the URL into a new window and access it, the script runs, displaying the mising field errors correctly.
What do I need to do in order to call the script from the form?
Am used to Lasso and PHP, but this is killing me!
Thanks in advance!
Ben