Let me give you the situation first off.
I'm creating this website with lots of content. Users want to download this content in a convinent way (lets say a text file) for later use.
The content is already being displayed for the user, and is accessible by javascript. Is there a way to have javascript create the text file and prompt the download dialog when a user clicks a button?
I also want this to run without risky internet settings.
Yes it can easily be done with server-side languages. But, that is not what I want. I'm looking to do this without a server call.
I'm creating this website with lots of content. Users want to download this content in a convinent way (lets say a text file) for later use.
The content is already being displayed for the user, and is accessible by javascript. Is there a way to have javascript create the text file and prompt the download dialog when a user clicks a button?
I also want this to run without risky internet settings.
Yes it can easily be done with server-side languages. But, that is not what I want. I'm looking to do this without a server call.