javascript:
Код: Выделить всё
var xhr = new XMLHttpRequest();
xhr.open("GET", "download.php");
xhr.send();
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/208 ... ax-request
Код: Выделить всё
var xhr = new XMLHttpRequest();
xhr.open("GET", "download.php");
xhr.send();
Код: Выделить всё