alisonchan30
04-18-2010, 08:32 PM
I am making a webpage for OFFLINE use.
In the webpage, the users are asked to input their school name and
name in the text box in the page.
Then, I want to output what their input data to a text file( for example, data.txt) in the form:
SCHOOL NAME: (user inputted school name)
NAME: (user inputted name)
How can I do this using HTML? If I can't do it with HTML only,
how can i do it using other tools?
Thanks a lot for your help~
In the webpage, the users are asked to input their school name and
name in the text box in the page.
Then, I want to output what their input data to a text file( for example, data.txt) in the form:
SCHOOL NAME: (user inputted school name)
NAME: (user inputted name)
How can I do this using HTML? If I can't do it with HTML only,
how can i do it using other tools?
Thanks a lot for your help~