Can You Help Me Please Finding Way To Change the Location of a downloaded File by javascript
<a onclick="this.href='data:text/html;charset=UTF-8,'+encodeURIComponent(document.documentElement.outerHTML)" href="#" download="page.html">Download</a>
this code will download the actual web page in Documents/downloads but i want it to Download it in my desktop !