PDA

View Full Version : Saving data



kammce
09 May 2010, 08:53 PM
I am making a web-based text editor. I am using a <textarea> tag to hold all the information. My only issue is that I don't know of any way sending that data from the <textarea> tag to a text file and then being able to download it.

It may seem weird, that I am tring to make a browser text editor. My intentions are to embed a javascript file that makes html editing a lot more faster. It is called Zen-HTML-coding. Is there any way to do this without using PHP, ASP or any other server-client code.

kammce
10 May 2010, 02:12 PM
I still need help with this. I have been looking a over Google and I have not found anything.