I'm new into javascript.
When I enter https://www.yahoo.com/ it is possible to right click and save the HTML is this also possible from a javascript.
I would like just to run a javascript on my local machine, press a bottom that will save the html from https://www.yahoo.com/. I do not want to show the https://www.yahoo.com/ on my local machine, just saving the html file so I can open the file locally.
Is this possible and how do I do this in javascript
Br Bo