Forms

  • Thread starter Thread starter Melinda
  • Start date Start date
M

Melinda

I'm trying to do a simple form and am getting an error
when trying to get it to a confirmation page. I've done
the form in HTM and ASP. Using FP2002. I don't get an
error when using the ASP page, but it also doesn't go to
the confirmation page.

Here are the url's:

www.chronofhorse.com/bm.asp
www.chronofhorse.com/bm.htm
The confirmation page is:
www.chronofhorse.com/ty.asp
www.chronofhorse.com/ty.htm

I am sending the results to an email address only and just
need the confirmation page to display after the submit
button has been clicked.

Thanks!
Melinda
 
Melinda,

If you are going to use the FP Form Handler, then the form and confirmation
page both must be named either with .htm or .html, you can not use .asp or
have any server-side script on the pages.

If you want to use .asp, then you must custom write your own form handler in
VBScript to process the form data and then display a confirmation page.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top