Using FP Enquiry form on asp page

T

Teriel9

I had some FP generated enquiry forms on some .asp pages, these would not
send a message nor advise that it had not worked.
Using exactly the same settings on an .html page it did work.
Is this normal and do .asp pages have a means of operating an "Enquiry form"
Thanks
Teriel9
 
T

Thomas A. Rowe

Yes, this is normal. Forms that are to be process via the FP extensions must be on page that has
either a htm or html extension to work.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
R

Ronx

Forms that use the FrontPAge extensions for processing the form data
will not work on .asp pages.
Conversely, forms on .asp pages need asp processing scripts (usually,
but not always, written in vbScript) to handle the data.
A .asp page always goes through an asp interpreter on the server, and
cannot be processed by the FP extensions.
 
C

Chris Leeds, MVP - FrontPage

oddly enough, while what Thomas and Ronx told you is correct, EXCEPT:
unbelievably enough if you do a server side include of the HTML file
containing the form into an .asp page it will work.
this is even true for a .php page.

--
Chris Leeds
Contact: http://chrisleeds.com/contact
Have you seen ContentSeed (www.contentseed.com)?
NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to email
addresses in public newsgroups.
Sorry for any inconvenience.
 
T

Teriel9

Thank you all for your help, Chris's note is interesting, I'd like to know
more.
Teriel9
 

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

Top