I have been looking around quite a bit on how to do this, but I have been unable to find anyway to do this. I need to set up some kind of web based <FORM> tag, or some simple javascript, (can NOT use any type of SQL database, cgi-bin, additional host et cetera) that can export the <INPUT>'s from within it to a plain text file or something similar saved onto the web server.

As an example, I need a <FORM> (or javascript, or something similar) that has a number of choices, and fill in the blanks, that when submitted, will save the results using something similar to ENCTYPE="text/plain" to a file on the web server.
(Anonymous access, without logging in or setting up any type of account before hand, is also required)

Using e-mail is not an option, using the cgi-bin of the web server is not an option, php is not an option, and having to set up an additional server or services of any kind is not an option.

I do have full administrative access to the web server, however as previously said, changing just about anything is not an option.

I am not sure if this is possible but hopefully one of my fellow AO'ers will be able to assist me in this problem.

Again, any help is greatly appreciated.