HTML Form Pages

Freeze

Senior member
Oct 15, 1999
681
0
0
I have an HTML question. First off, I know VERY little HTML, but I think I can handle this. I need to know how to create a Form page that will save the contents of the page to a text file on submission. This should be possible, right? I would use front page's form ability, but I can't figure out how to set up the Frontpage extensions. I don't have an IIS server available and I was hoping to use the Personal Web server. I don't care what I need to run on (server software wise) except it needs to be free and run on Win 98.

Anyway, all I really want is to create a form page that saves contents to a text file on submit. Thanks.
 

KB

Diamond Member
Nov 8, 1999
5,406
389
126
You can do it with Personal Web server, but it will require some server-side scripting. Check out http://www.asp101.com for examples on VBscript and ASP scripting. I also don't recommend Personal Web Server because it is not very secure (IIS).