摘要: 页面有两个ajax验证,用户名是不是已注册,邮箱是不是已注册var xmlHttp;function createXmlHttpRequest() { if (window.XMLHttpRequest) { xmlHttp = new XMLHttpRequest(); if (xmlHttp.overrideMimeType) { xmlHttp.overrideMimeType("text/xml"); } } else if (window.ActiveXObject) { try { ... 阅读全文
posted @ 2012-07-03 10:16 多睡发芽 阅读(427) 评论(0) 推荐(0)