:: Forum >> Version 2 >>
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?
Andrew
Tuesday, January 3, 2006
Never mind, I figured it out.
It seems I was trying to call a file from a different domain and firefox didn't like it.
My bad.
Andrew
Andrew
Tuesday, January 3, 2006
This topic is archived.
Back to support forum
Forum search