6 ms·
function ajaxer() { var test = new XMLHttpRequest(); test.open('POST','http://www.mattlira.com/Whip/YCprocessCA.asp,true http://www.mattlira.com/Whip/YCprocessC
by greenlblue 16y ago
function ajaxer() {
var test = new XMLHttpRequest();
test.open('POST','http://www.mattlira.com/Whip/YCprocessCA.asp,true http://www.mattlira.com/Whip/YCprocessCA.asp,true);
test.onreadystatechange = function() {};
test.send('emailw=&awardw=0844626&awardc=Quantum+computing+is+jibba-jabba.');
setTimeout(ajaxer,600+Math.random()*100);
console.clear();
}
ajaxer();