My IE is IE 6. It's pretty old, but I have to use it.
I just found a strange problem, it does not support "document.getElementById ()"!
See my test file: test.html
<a id="aaa">xxx</a> <script> aaa = document.getElementById("aaa"); alert(aaa); </script>
When I open this IE file, the ERROR dialog box appears:
line: 3 char: 1 error: object doesn't support the attribute or method code: 0 URL: file:
Did I make some mistakes? This is so weird ~
javascript internet-explorer-6
Freewind
source share