标签:
if (window.attachEvent) {
window.attachEvent("onload", remove);
} else if (window.addEventListener) {
window.addEventListener("load", remove, false);
}
function remove() {
var div = document.getElementByIdx_x("divprogressbar");
document.body.removeChild(div);
}
标签:
原文地址:http://www.cnblogs.com/heqhbk/p/4249592.html