simple, automatic textarea saving/backup
Posted: Sat Apr 26, 2008 1:25 pm
I am working on a project site that I would like to put textareas into for the purpose of easy modification of information in a browser window.
For example, say I have a textarea on a webpage with the text: "This is my text". I want to be able to type in the browser window: "This is more text" on the next line and without saving the file or pushing any form buttons (preferrably) have the words "This is more text" appear in the textarea below "This is my text", the next time I open the file.
I could use a text editor for this but I don't for the reasons of portability (programs, versions), and internal linking.
This is my first choice but if anyone has any suggestions on alternatives that would also be appreciated.
Thanks for the help, Nate
For example, say I have a textarea on a webpage with the text: "This is my text". I want to be able to type in the browser window: "This is more text" on the next line and without saving the file or pushing any form buttons (preferrably) have the words "This is more text" appear in the textarea below "This is my text", the next time I open the file.
I could use a text editor for this but I don't for the reasons of portability (programs, versions), and internal linking.
This is my first choice but if anyone has any suggestions on alternatives that would also be appreciated.
Thanks for the help, Nate