网站页面设计效果图,肥城 网站建设,英文网站建设服务合同,深圳住建官网您好我正在使用ajax加载数据库内容。我想显示加载或图像的总百分比。在ajax中显示加载百分比的进度条#xff0c;php这是我的脚本function name1(str){if (str.length0){document.getElementById(txtHint).innerHTML;return;}if (window.XMLHttpReque…您好我正在使用ajax加载数据库内容。我想显示加载或图像的总百分比。在ajax中显示加载百分比的进度条php这是我的脚本function name1(str){if (str.length0){document.getElementById(txtHint).innerHTML;return;}if (window.XMLHttpRequest){// code for IE7, Firefox, Chrome, Opera, Safarixmlhttpnew XMLHttpRequest();}else{// code for IE6, IE5xmlhttpnew ActiveXObject(Microsoft.XMLHTTP);}xmlhttp.onreadystatechangefunction(){if (xmlhttp.readyState4 xmlhttp.status200){document.getElementById(txtHint).innerHTMLxmlhttp.responseText;}}xmlhttp.open(GET,user.php?qstr,true);xmlhttp.send();}user.php的Q RAM它传递一个值。而取从数据库 数据如何修改AJAX来显示图像加载2012-02-21Vineeth