I want to know is there any way to download a page only with the link.
For example : link and at the end we got the source code.
Here is my pseudo code :
/* 1- create a variable and save the link of the current page in it 2- download the saved link source code in a HTML file */