ajax suggest,PHP and AJAX Suggest_PHP教程
var xmlHttp;function showHint(str){if (str.length==0){document.getElementById("txtHint").innerHTML="";return;}xmlHttp=GetXmlHttpObject();if (xmlHttp==null){alert ("Browser does not support HTTP Reques...