摘要:
阅读全文
posted @ 2008-02-02 20:17
|
||
随笔分类 - JAVA技术积累
收集以netbeans为平台的java桌面开发和web开发技巧
摘要: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
|
||