[jQuery] "save as" => save contents of a textbox to a file on client's PC
hi
I have a form which shows some user related information in a textarea.
To save this inforation, currently users have to 1) copy the text from
textarea, 2) open a notepad, 3) paste it, and finally 4) save it. I
want to shortcut this process by giving them an option to directly
save the contents of the textarea in a file on a single click of a
button. I am planning to put a button next to textare that allows them
to save the contents of textarea on their machine.
I searched almost everywhere but couldn't find anything related.
Do you guys know any script that can help me in making this working.
Any help will be appreciated.
Regards,