Twey
07-06-2006, 04:15 PM
I was given to understand that IE6 supported the DOM methods... however, when I tried to run a script I'd just written, it gave me:
Line: 23
Char: 3
Error: Not implemented
Code: 0
URL: http://192.168.0.102/demo.htmlNow, I was a little suspicious of this, since line 23 was a simple variable declaration and character 3 was halfway through the variable name. So, I commented it all out and entered the script line by line into IE's address bar. Sure enough, when I got to:
win0 = new TX.TFrame("Test");... it threw exactly the same error, despite the fact that that line was commented out, so I figured it must be talking about this line in my JS file (even though it said it was in the HTML file):
this.container.appendChild(this.titleBar);Both this.container and this.titleBar are DIVs.
Line: 23
Char: 3
Error: Not implemented
Code: 0
URL: http://192.168.0.102/demo.htmlNow, I was a little suspicious of this, since line 23 was a simple variable declaration and character 3 was halfway through the variable name. So, I commented it all out and entered the script line by line into IE's address bar. Sure enough, when I got to:
win0 = new TX.TFrame("Test");... it threw exactly the same error, despite the fact that that line was commented out, so I figured it must be talking about this line in my JS file (even though it said it was in the HTML file):
this.container.appendChild(this.titleBar);Both this.container and this.titleBar are DIVs.