:: Forum >>

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,




Erik Dobrie
Friday, January 23, 2009
Forget this, the problem was related to having the a xml document as one of the csv table elements. If the xml document is enclosed in dquotes it kills the cscript engine.

Removing the quotes solved the problem.

Erik Dobrie
Wednesday, January 28, 2009

This topic is archived.


Back to support forum

Forum search