Internet Explorer 7-9で問題が発生し、「SCRIPT5002関数が必要です」などのエラーが発生します。これは私のコードです:
var myDiv = document.getElementById("divId"); //this line gives me "SCRIPT5002 function expected" error.
myDiv.style.cssText("position:absolute;z-index:999");
myDiv.appendChild(
JavaScriptCode);
だからこれを解決する方法は??