[no subject]
Hi, after requesting data for the table
var table = new Active.XML.Table;
table.setURL("xml/File.xml");
table.request();
alert(table.getCount());// always alerts 0
I don't know why, anyone can help me?
var table = new Active.XML.Table;
table.setURL("xml/File.xml");
table.request();
alert(table.getCount());// always alerts 0
I don't know why, anyone can help me?
November 10,