Click to See Complete Forum and Search --> : Offline Form


guyjusthere
07-23-2007, 05:58 PM
I am designing a local intranet site at work.. it will be on a shared folder used in the workplace.. not online!!
-How do i make it possible for a user to input data and have it stored?
-I am using the JS quiz from this site and i want to store the grade and a username with the grade... I dont think i can e-mail on a local server.. so maybe i can save the info on submit to a txt file or something.. HELP!!

ray326
07-23-2007, 10:31 PM
You should really store that stuff in a table in a database but a flat file will suffice if the concurrent use is low.

guyjusthere
07-23-2007, 10:43 PM
the site is on a folder that is mapped to all of the employees computers. I do not have any extension support.. I dont know how to go about doing this

ray326
07-24-2007, 12:56 PM
Doesn't sound like a "site" to me. Sounds like some HTML files on a file system.

guyjusthere
07-24-2007, 06:37 PM
how else can i do it?

guyjusthere
07-25-2007, 08:34 AM
problem solved... Just have to build a filsesystemobject.. anoyying cause your cust has to allow the active x controls.. but its the only way to store info without server extensions