摘要:
var XmlHttp=new ActiveXObject("Microsoft.XMLhttp"); function sendAJAX() { XmlHttp.Open("POST","admin/UserCount.aspx",true); XmlHttp.Send(null); XmlHttp.onreadystatechange=ServerProcess; } funct... 阅读全文
posted @ 2007-12-01 19:44 hhq80 阅读(163) 评论(0) 推荐(0)
浙公网安备 33010602011771号