{"id":502,"date":"2017-02-22T16:53:46","date_gmt":"2017-02-22T08:53:46","guid":{"rendered":"http:\/\/www.qdabc.cn\/?p=502"},"modified":"2017-02-22T16:53:46","modified_gmt":"2017-02-22T08:53:46","slug":"ajax%e9%93%be%e6%8e%a5%e6%95%b0%e6%8d%ae%e5%ba%93%e5%ae%9e%e4%be%8b","status":"publish","type":"post","link":"http:\/\/www.qdabc.cn\/?p=502","title":{"rendered":"ajax\u94fe\u63a5\u6570\u636e\u5e93\u5b9e\u4f8b"},"content":{"rendered":"<pre class=\"brush:html;toolbar:false\">&lt;!DOCTYPE html&gt;  \r\n&lt;html&gt;  \r\n&lt;head&gt;  \r\n&lt;meta charset=\"utf-8\"&gt;  \r\n&lt;script&gt;  \r\nfunction showCustomer(str){  \r\n  var xmlhttp;      \r\n  if (str==\"\"){  \r\n    document.getElementById(\"txtHint\").innerHTML=\"\";  \r\n    return;  \r\n  }  \r\n  if (window.XMLHttpRequest){  \r\n    \/\/ IE7+, Firefox, Chrome, Opera, Safari \u6d4f\u89c8\u5668\u6267\u884c\u4ee3\u7801  \r\n    xmlhttp=new XMLHttpRequest();  \r\n  }  \r\n  else{  \r\n    \/\/ IE6, IE5 \u6d4f\u89c8\u5668\u6267\u884c\u4ee3\u7801  \r\n    xmlhttp=new ActiveXObject(\"Microsoft.XMLHTTP\");  \r\n  }  \r\n  xmlhttp.onreadystatechange=function(){  \r\n    if (xmlhttp.readyState==4 &amp;&amp; xmlhttp.status==200){  \r\n      document.getElementById(\"txtHint\").innerHTML=xmlhttp.responseText;  \r\n    }  \r\n  }  \r\n  xmlhttp.open(\"GET\",\"\/try\/ajax\/getcustomer.php?q=\"+str,true);  \r\n  xmlhttp.send();  \r\n}  \r\n&lt;\/script&gt;  \r\n&lt;\/head&gt;  \r\n&lt;body&gt;  \r\n  \r\n&lt;form action=\"\"&gt;   \r\n&lt;select name=\"customers\" onchange=\"showCustomer(this.value)\" style=\"font-family:Verdana, Arial, Helvetica, sans-serif;\"&gt;  \r\n&lt;option value=\"APPLE\"&gt;Apple Computer, Inc.&lt;\/option&gt;  \r\n&lt;option value=\"BAIDU \"&gt;BAIDU, Inc&lt;\/option&gt;  \r\n&lt;option value=\"Canon\"&gt;Canon USA, Inc.&lt;\/option&gt;  \r\n&lt;option value=\"Google\"&gt;Google, Inc.&lt;\/option&gt;  \r\n&lt;option value=\"Nokia\"&gt;Nokia Corporation&lt;\/option&gt;  \r\n&lt;option value=\"SONY\"&gt;Sony Corporation of America&lt;\/option&gt;  \r\n&lt;\/select&gt;  \r\n&lt;\/form&gt;  \r\n&lt;br&gt;  \r\n&lt;div id=\"txtHint\"&gt;\u5ba2\u6237\u4fe1\u606f\u5c06\u663e\u793a\u5728\u8fd9...&lt;\/div&gt;  \r\n  \r\n&lt;\/body&gt;  \r\n&lt;\/html&gt;<\/pre>\n<p>\/\/php\u6587\u4ef6<\/p>\n<pre class=\"brush:js;toolbar:false\">&lt;%  \r\nresponse.expires=-1  \r\nsql=\"SELECT * FROM CUSTOMERS WHERE CUSTOMERID=\"  \r\nsql=sql &amp; \"'\" &amp; request.querystring(\"q\") &amp; \"'\"  \r\n  \r\nset conn=Server.CreateObject(\"ADODB.Connection\")  \r\nconn.Provider=\"Microsoft.Jet.OLEDB.4.0\"  \r\nconn.Open(Server.Mappath(\"\/db\/northwind.mdb\"))  \r\nset rs=Server.CreateObject(\"ADODB.recordset\")  \r\nrs.Open sql,conn  \r\n  \r\nresponse.write(\"&lt;table&gt;\")  \r\ndo until rs.EOF  \r\n  for each x in rs.Fields  \r\n    response.write(\"&lt;tr&gt;&lt;td&gt;&lt;b&gt;\" &amp; x.name &amp; \"&lt;\/b&gt;&lt;\/td&gt;\")  \r\n    response.write(\"&lt;td&gt;\" &amp; x.value &amp; \"&lt;\/td&gt;&lt;\/tr&gt;\")  \r\n  next  \r\n  rs.MoveNext  \r\nloop  \r\nresponse.write(\"&lt;\/table&gt;\")  \r\n%&gt;<\/pre>\n<p class=\"post-copyright\">\u6b22\u8fce\u5206\u4eab\u672c\u6587\uff0c\u8f6c\u8f7d\u8bf7\u4fdd\u7559\u51fa\u5904\uff1a<a href=\"http:\/\/www.qdabc.cn\">\u524d\u7aefABC<\/a> &raquo; <a href=\"http:\/\/www.qdabc.cn\/?p=502\">ajax\u94fe\u63a5\u6570\u636e\u5e93\u5b9e\u4f8b<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;meta charset=&#8221;utf-8&#8243;&gt; &lt;script&gt; function [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":90,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[8,123],"_links":{"self":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/502"}],"collection":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=502"}],"version-history":[{"count":1,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/502\/revisions"}],"predecessor-version":[{"id":503,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/502\/revisions\/503"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/media\/90"}],"wp:attachment":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=502"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=502"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}