Windows server

G

Gott

I've tried everything and the IPS has stopped responding. FrontPage forms
simply will not run on the Windows server provided by my ISP. A can get
simple ASP programs to "GET" to the URL line but when I try to use the
"POST" method to put results into a server txt file I only get error
messages that I have used the wrong HTML verb. Please help.
 
T

Thomas A. Rowe

You need to use the standard FP Form Handler with a form that has .htm(l) extensions to write to a
text file. The file by default would be stored in the _private folder. This requires that you
account has the FP extensions.

You can use ASP/VBScript, however you will need to custom write a Form Handler to store the data
using the FileSystemObject, which your web host must give you access to.

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

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