oTable.getData() problem
I have a problem with IE6 and the following:
var oTable = new AW.CSV.Table;
...
G1Table.response(unescape(oTable.getData(1,0)));
G1.setCellModel(G1Table);
G1.setRowCount(G1Table.getCount());
I have traced the problem back to the oTable:getData() statement. If the return from the server contains many rows this will cause IE6 to freeze. This problem seems to be directly related to IE6.0.2800.xxx, there is no problem with ie6.5, 7.0, ff, etc..
if I update the cscript library from 5.6 to 5.7 with this patch:
http://www.microsoft.com/downloads/details.aspx?familyid=47809025-D896-482E-A0D6-524E7E844D81&displaylang=en
The problem goes away. Is there any workaround so people who are using ie6.0 & cscript v5.6 will be able to use my site?
Thanks in advance,
var oTable = new AW.CSV.Table;
...
G1Table.response(unescape(oTable.getData(1,0)));
G1.setCellModel(G1Table);
G1.setRowCount(G1Table.getCount());
I have traced the problem back to the oTable:getData() statement. If the return from the server contains many rows this will cause IE6 to freeze. This problem seems to be directly related to IE6.0.2800.xxx, there is no problem with ie6.5, 7.0, ff, etc..
if I update the cscript library from 5.6 to 5.7 with this patch:
http://www.microsoft.com/downloads/details.aspx?familyid=47809025-D896-482E-A0D6-524E7E844D81&displaylang=en
The problem goes away. Is there any workaround so people who are using ie6.0 & cscript v5.6 will be able to use my site?
Thanks in advance,
Erik Dobrie
January 23,