js的Ajax验证
摘要:
var http_request=false; function createRequest()//Ajax验证 { try//IE { http_request=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { http_request = new ActiveXObject("Microsoft.XMLHTTP"); } c... 阅读全文
posted @ 2010-07-02 14:22 悟生慧 阅读(1945) 评论(0) 推荐(0)
浙公网安备 33010602011771号