"Object doesn't support this property or method" ...aw.js
On some browsers (IE), I get this error:
"Microsoft JScript runtime error: Object doesn't support this property or method" when the page first loads (without the grid being created yet).
the debugger points to line 32 in aw.js:
"AW.System.Control=AW.System.HTML.subclass()...etc"
This happens before the grid object is even created, must be from the script reference at the top pointing to aw.js.
If I continue on, I get an object is null error on the grid, of course, it can't create it at that point.
Works fine on some, not on others, what gives???
v2b2
"Microsoft JScript runtime error: Object doesn't support this property or method" when the page first loads (without the grid being created yet).
the debugger points to line 32 in aw.js:
"AW.System.Control=AW.System.HTML.subclass()...etc"
This happens before the grid object is even created, must be from the script reference at the top pointing to aw.js.
If I continue on, I get an object is null error on the grid, of course, it can't create it at that point.
Works fine on some, not on others, what gives???
v2b2
StanP
November 26,