| Thomas A. Rowe 2007-05-22, 10:25 pm |
| 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
==============================================
"Gott" <pce3@ij.net> wrote in message news:uePSstLnHHA.4424@TK2MSFTNGP03.phx.gbl...
> 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.
>
>
|