Html Script Help Please

Website development, web apps, desktop/server apps, mobile apps and any other coding
Locked
User avatar
rovingcowboy
Posts: 1505
Joined: Wed Dec 18, 2002 10:14 pm

Html Script Help Please

Post by rovingcowboy »

can anyone tell me how to save the data from the
form's filled in areas to a text file.

i want to do this offline, :o

i can't seem to get the submit button to save the form data
all i can get it to do is jump to the top of the page like a page bookmark. :(

so can you please tell me what to do for making the sumbit button
save the info to a txt or doc file. :)



Archived topic from Iceteks, old topic ID:5276, old post ID:39654
roving cowboy/ keith
User avatar
Red Squirrel
Posts: 29193
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Html Script Help Please

Post by Red Squirrel »

You'll need a server with something like php to do this, and basically code a script to gather the info sent through HTTP POST. There's not really any ways to do it offline. You could setup apache/mysql on a linux box though.

Archived topic from Iceteks, old topic ID:5276, old post ID:39655
Honk if you love Jesus, text if you want to meet Him!
User avatar
rovingcowboy
Posts: 1505
Joined: Wed Dec 18, 2002 10:14 pm

Html Script Help Please

Post by rovingcowboy »

:banghead: ya lost me with server?

i said simple html? anything else is a maybe i can adjust the code but more likely not.

i was just trying to make a form for auto parts inventory so dad could get
his garage in order but he more likely won't use it anyway. :huh:

since he said he would not :roflmao2:

thanks for the help though. :awesome:

Archived topic from Iceteks, old topic ID:5276, old post ID:39657
roving cowboy/ keith
Locked