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