I want to Download an HTML file on click of anchor tag on another html.
Example: 1. I have index.html page with the anchor tag (Download Link).
I have another html file (download.html).
Now i want to download (download.html) file on anchor link click.
i tried using the HTML5 download attribute. but its as we know it not support to IE,safari, and opera browsers.
is their anyway to do this using Javascript ??