sms bug
function totalCallBack() {
if(xmlHttp.readyState == 4) {
if(xmlHttp.status == 200) {
var ret = document.getElementById('totalMsgs');
ret.innerHTML = xmlHttp.responseText; // bug here! null object
}
}
}
if(xmlHttp.readyState == 4) {
if(xmlHttp.status == 200) {
var ret = document.getElementById('totalMsgs');
ret.innerHTML = xmlHttp.responseText; // bug here! null object
}
}
}
hofman
2006-11-09 10:54:30
评论:0
阅读:135
引用:0
