´¦ÀíÏìÓ¦»ØÀ´µÄÄÚÈݵÄʱºò£º function checkCallBack(){
if(xmlHttp.readyState==4){ if(xmlHttp.status==200){ var result = xmlHttp.responseText; var info=document.getElementById("info2").value;
info.innerHTML=result; } } }
ÆäËûµÄ´«Öµ¶¼Ã»ÓÐÎÊÌ⣬ÎÒÖ»ÊÇÏë¸Ä±äidΪinfo2µÄtextµÄÖµ£»ÈçºÎʵÏÖ£¿£¿£¿ function checkCallBack(){ if(xmlHttp.readyState==4){ if(xmlHttp.status==200){ var result = xmlHttp.responseText; var info=document.getElementById("info2").value;