You would have to learn to hand code ASP/VBScript and use the FileSystemObject to create the file.
You host will have to allow you to use the FileSystemObject on a specific folder.
If this is just going to be a very basic application, then consider using FP Database Component,
which uses Access. After you create the form, under form properties, select send to database, and
let FP create the database for you.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
Jordan Howser said:
Is there a way to create a text file database (flat file storage) from form data? I am wanting to
create a nifty page for my website where people can put in information from text fields, radio
buttons, etc and have it save it to a file. I do not want to use Sharepoint. I know how to do this
using CGI but I want to learn how to do it using Frontpage and IIS 5.0. Any ideas would be greatly
appreciated!