首页 > 开发 > AJAX > 正文

AJAX中同时发送多个请求XMLHttpRequest对象处理方法

2024-09-01 08:31:53
字体:
来源:转载
供稿:网友

<script type="text/javascript">
function test(obj)
{
alert(obj.statusText);
}

XMLHttp.sendReq('GET', 'http://www.ugia.cn/wp-data/test.htm', '', test);
XMLHttp.sendReq('GET', 'http://www.ugia.cn/wp-data/test.htm', '', test);
XMLHttp.sendReq('GET', 'http://www.ugia.cn/wp-data/test.htm', '', test);
XMLHttp.sendReq('GET', 'http://www.ugia.cn/wp-data/test.htm', '', test);

alert('Pool length:' + XMLHttp._objPool.length);
</script>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表