Ajax页面局部异步刷新技术
创建XMLHttpRequest对象varxmlhttp=newActiveXObject("Microsoft.XMLHTTP");xmlhttp.open("get","GetDate.ashx?id="+encodeURI("中国")+"&ts;",false);xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4){if(xmlhttp.status==200)
下载地址
用户评论