添加零时表单的移除
This commit is contained in:
@@ -149,6 +149,7 @@ function aJaxImportPost(url, params) {
|
||||
document.body.appendChild(elink);
|
||||
elink.click();
|
||||
document.body.removeChild(elink);
|
||||
document.body.removeChild(temp_form);
|
||||
};
|
||||
xmlResquest.onreadystatechange = function() {
|
||||
if (xmlResquest.readyState==4) {
|
||||
|
||||
Reference in New Issue
Block a user