{"id":494,"date":"2009-06-27T16:12:00","date_gmt":"2009-06-27T08:12:00","guid":{"rendered":""},"modified":"2013-11-27T20:37:43","modified_gmt":"2013-11-27T12:37:43","slug":"ajax%e5%88%b6%e4%bd%9c%e8%a1%a8%e5%8d%95%e9%aa%8c%e8%af%81%e7%a4%ba%e4%be%8b","status":"publish","type":"post","link":"https:\/\/kyle.ai\/blog\/494.html","title":{"rendered":"AJAX\u5236\u4f5c\u8868\u5355\u9a8c\u8bc1\u793a\u4f8b"},"content":{"rendered":"<p>ajax\u7684\u529f\u80fd\u4e3b\u8981\u662f\u5e94\u7528\u5728js\u4e0a\uff0cajax\u5bf9asp\u6ca1\u4ec0\u4e48\u8981\u6c42\uff0casp\u53ea\u8d1f\u8d23\u5728\u540e\u53f0\u663e\u793a\u53ca\u64cd\u4f5c\u670d\u52a1\u7aef\u7684\u6570\u636e\u3002<br \/>\n\u53ef\u4ee5\u50cf\u4e0b\u9762\u8fd9\u6837\u601d\u8003\uff1a<br \/>\n1.\u5199\u8868\u5355\u7b2c\u4e00\u9879\uff08\u5982\u7528\u6237\u540d\uff09<br \/>\n2.onblur\u4e8b\u4ef6(\u5931\u53bb\u7126\u70b9)\u53d1\u751f\u65f6\u5f00\u59cb\u9a8c\u8bc1\uff0conblur=&#8221;checkusername()&#8221;<br \/>\n3.js\u53d1\u4e00\u4e2a\u8bf7\u6c42\u7ed9\u7b2c\u4e00\u4e2aasp(\u5047\u5b9a\u4e3aajaxusername.asp)\u5982\u679c\u4ece\u6570\u636e\u5e93\u4e2d\u627e\u5230\u4e86\u8fd9\u4e2a\u7528\u6237\uff0c\u7ed9\u51fa1(ajaxusername.asp\u6240\u6709\u5185\u5bb9\u5c31\u662f\u4e00\u4e2a1)\u5982<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\n&lt;%\r\nresponse.write &quot;1&quot;\r\n%&gt;\r\n<\/pre>\n<p>4.js\u6536\u5230\uff0c\u4f1a\u81ea\u52a8\u6267\u884ccheckuser()\u51fd\u6570\u3002<br \/>\ncheckuser\u628a\u7528\u6237\u540d\u4e00\u884c\u5e95\u8272\u6539\u53d8\uff0c\u5e76\u663e\u793a\u201c\u7528\u6237\u5df1\u5b58\u5728\u201d<br \/>\nasp\u90e8\u5206\u4f60\u5c31\u81ea\u5df1\u5199\u4e86\u3002\u4e0b\u9762\u7ed9\u51fa\u4e00\u4e9bjs\u4ee3\u7801\u3002<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\n &lt;script&gt;\r\n\/*\u4ee5\u4e0b\u51fd\u6570\u4e00\u822c\u4e0d\u9700\u8981\u6539\u53d8*\/\r\nvar Ajax;\r\nfunction CreateAjax(){\r\nif (window.XMLHttpRequest){\r\nAjax = new XMLHttpRequest();\r\n}else if (window.ActiveXObject){\r\nAjax = new ActiveXObject(&quot;Microsoft.XMLHTTP&quot;);\r\n}\r\n}\r\nfunction SendData(url_,sendtext_){\r\nAjax.open(&quot;POST&quot;,url_,true);\r\nAjax.onreadystatechange = checkuser;\r\nAjax.send(sendtext_);\r\n}\r\nfunction CheckAjaxStatus(Ajax_){\r\nif(Ajax_.readyState == 4)\r\nif(Ajax_.status == 200)\r\nreturn true;\r\nreturn false;\r\n}\r\n\/*\u4ee5\u4e0a\u51fd\u6570\u4e00\u822c\u4e0d\u9700\u8981\u6539\u53d8*\/\r\nfunction checkuser(){\r\nif(!CheckAjaxStatus(Ajax))return;\r\n\/\/asp\u8fd4\u56de\u679c\u5bf9\u7ed3\u679c\u7684\u5904\u7406\u3002\u670d\u52a1\u5668\u8fd4\u56de\u7684\u5c31\u662fajax.asp\uff0c\u8fd9\u4e2a\u7ed3\u679c\u5b58\u4e8eAjax.responseText\u5c5e\u6027\u4e2d\u3002\r\n\r\n}\r\n\r\nfunction checkusername(){\r\nCreateAjax();\r\nSendData(&quot;ajax.asp&quot;,&quot;username=&quot; + name);\r\n}\r\n\r\n&lt;\/script&gt;\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>ajax\u7684\u529f\u80fd\u4e3b\u8981\u662f\u5e94\u7528\u5728js\u4e0a\uff0cajax\u5bf9asp\u6ca1\u4ec0\u4e48\u8981\u6c42\uff0casp\u53ea\u8d1f\u8d23\u5728\u540e\u53f0\u663e\u793a\u53ca\u64cd\u4f5c\u670d\u52a1\u7aef\u7684\u6570\u636e\u3002 \u53ef\u4ee5 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-494","post","type-post","status-publish","format-standard","hentry","category-code_related"],"_links":{"self":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/494","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/comments?post=494"}],"version-history":[{"count":1,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/494\/revisions"}],"predecessor-version":[{"id":5279,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/494\/revisions\/5279"}],"wp:attachment":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/media?parent=494"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/categories?post=494"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/tags?post=494"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}