我的IE瀏覽器是IE 6.它很舊,但我必須使用它。我的IE不支持「document.getElementById()」!
我剛發現一個奇怪的問題,它不支持「document.getElementById()」!
見我的測試文件:test.html的
<a id="aaa">xxx</a>
<script>
aaa = document.getElementById("aaa");
alert(aaa);
</script>
當我用IE打開這個文件,也顯示了一個錯誤對話框:
line: 3
char: 1
error: object doesn't support the attribute or method
code: 0
URL: file://D:/test.html
難道我犯了一些錯誤?這很奇怪〜
是您的_entire_測試文件,還是僅從其中摘錄? – Pops 2010-07-08 14:18:28
@主,這是整個文件 – Freewind 2010-07-09 03:01:51