我在 Internet Explorer 7-9 中遇到了一个问题,并且出现了类似“SCRIPT5002 function expected”的错误。这是我的代码:
var myDiv = document.getElementById("divId"); //this line gives me "SCRIPT5002 function expected" error.
myDiv.style.cssText("position:absolute;z-index:999");
myDiv.appendChild(
JavaScriptCode);
那么如何解决这个问题?