|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
I hope someone can help me out here. I'm trying to learn Java Script and I'm not sure how to go about doing this or if it acn even be done with java script.
I want to create a client side script that will time stamp and save data from a form, with one multiline field and a hidden field, into a simple flat text database without leaving the page when the submit button is pushed. I also want to retain the text in the multiline field after timestamping it and saving it untill I need to change the text. ![]() |
|
#2
|
||||
|
||||
|
i am not 100% sure (maybe like 99%), but i do not think that javascript can write to the filesystem. you might want to use perl.
|
|
#3
|
|||
|
|||
|
u cant write files in the client side in the client side...if u want to store information abt the client in the client side u can use cookies...
|
|
#4
|
|||
|
|||
|
Sorry, I wasn't clear in my original post. I wanted to write the info from the form into a flat text database file located on the server.
Once the info is saved, I need to have the last line saved to the database to be displayed in the webpage. I really appreciate the help. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Client side script to save form data into a flat text file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|