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:Now, 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:Code:Line: 23 Char: 3 Error: Not implemented Code: 0 URL: http://192.168.0.102/demo.html... 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):Code:win0 = new TX.TFrame("Test");Both this.container and this.titleBar are DIVs.Code:this.container.appendChild(this.titleBar);




Bookmarks