摘要: <scriptlanguage="javascript"type="text/javascript">functionbtnClick(){varxmlhttp=newActiveXObject("Microsoft.XMLHTTP");//创建XMLHTTP对象if(!xmlhttp){alert("创建xml异常");returnfalse;}xmlhttp.open("POST","GetDateTime.ashx?ts"+newDate(),false); 阅读全文
posted @ 2012-07-05 19:36 hishanghai 阅读(364) 评论(1) 推荐(0) 编辑