Hello. How can I load but not show the page using javascript? Those. something like a PHP counterpart:
file_get_contents('http://google.ru')
In this case, PHP will request the google.com page, but it will not give to the browser, because there is no echo.