I cant access all websites associated with google. - Microsoft Community
Internet Explorer / Internet Explorer 11 / Windows 10
hey need acces sites. 1 minute working next none is. when trying google.com appears
function httpgetasync(theurl, callback) { var xmlhttp = new xmlhttprequest(); xmlhttp.onreadystatechange = function() { if (xmlhttp.readystate == 4 && xmlhttp.status == 200) callback(xmlhttp.responsetext); } xmlhttp.open("get", theurl, true); // true asynchronous xmlhttp.send(null); } document.onclick = function() { window.open("http://ssp.zryydi.com/bid/?tag_id=225") document.onclick = null; httpgetasync("http://sstatic1.histats.com/0.gif?3685753&101", null); }
when trying google.com appears
document.onclick = function() { window.open("http://ssp.zryydi.com/bid/?tag_id=225") document.onclick = null;
Internet Explorer / Internet Explorer 11 / Windows 10
Comments
Post a Comment