fp webbot for form submission not serving asp page for confirmation

L

Larry

The problem I'm having in a nutshell is that I've set up a frontpage form to
save user input, the form submission also sends the user's inputs to an
email, as well as saves the data in a text file(csv). For the response page
I have created an ASP page that has some script in it to create and send a
reply email back to the user with the requested information.

I've checked out the asp page by browsing it seperately and it seems to work
fine, as does the page with the form but when I try to get front page
extensions to serve the ASP page as a confirmation page I get a message
saying:

Cannot run the FrontPage Server Extensions on this page:
http://development.froghaven.com/HCS_IT/NoiseShield/report_confirmation.asp

The form values are saved in the text file and the values are emailed
correctly but non-of the asp page is executed. The ASP page does create and
use (and deletes) a CDONTS object.

Any ideas why this isn't working?

-Larry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

confirmation page _private 3
FP2002 Forms & ASP problem 4
ASP to SQL DB Troubleshooting 1
Limitation in Number of Fields ... 8
Upload Form in ASP 1
Confirmation page 1
asp page form processing 2
passing values 1

Top