Firefox and AW.CSV.Table
There seems to be a problem with AW.CSV.Table and firefox. When I use the following code in IE,
var table = new AW.CSV.Table;
table.setURL('http://www.shareddigital.com/companies.txt');
table.reload();
it works fine, but in Firefox, it throws up a undefined problem.
It seems that table.reload() or table.refresh() does not exists in firefox, but seem to exists in I.E.
Anyone have a work around?
var table = new AW.CSV.Table;
table.setURL('http://www.shareddigital.com/companies.txt');
table.reload();
it works fine, but in Firefox, it throws up a undefined problem.
It seems that table.reload() or table.refresh() does not exists in firefox, but seem to exists in I.E.
Anyone have a work around?
Andrew
January 3,