Agent_Dweeb
Dec 7th 2007, 1:15 pm
dnscrub.com
Go to there and right now it says in a pop up window
'There was a problem with the request'
Here is the piece of code regarding this
function alertContents() {
if (http_request.readyState == 4) {
if (http_request.status == 200) {
//alert(http_request.responseText);
result = http_request.responseText;
document.getElementById('myspan').innerHTML = result;
} else {
alert('There was a problem with the request.');
}
}
}
Can anyone explain to me what it means?
and how to fix the problem and for the whole site to work again
Thanks a lot and rep will be given!
Go to there and right now it says in a pop up window
'There was a problem with the request'
Here is the piece of code regarding this
function alertContents() {
if (http_request.readyState == 4) {
if (http_request.status == 200) {
//alert(http_request.responseText);
result = http_request.responseText;
document.getElementById('myspan').innerHTML = result;
} else {
alert('There was a problem with the request.');
}
}
}
Can anyone explain to me what it means?
and how to fix the problem and for the whole site to work again
Thanks a lot and rep will be given!