hello Im trying to save the text in a text area and I would like to be able to specify the name of the txt file, I suppose I would use a prompt but i have no clue how to do this...
if anyone feels like giving me a script I would appreciate it..
hey,
thanks for that script it works and all, but isnt what I need, Im looking to be able to specify my own name for the file thats getting svaed...sorry should have explained that better... so yeah,
just the name the file thing would be enough, and it must save the contents of the textarea.....
I don't know of any "save the text to disk" capability in HTML. You'd need to write it out via the FileSystemObject or something. Then you'd need to deal with the warnings about "unsafe for scripting" objects and all.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.