Please help, I'm going to cry soon
Howdy
I've been trying to get a grid to load for a few days now but something isn't working quite right. I've looked through all of the samples at one time or another and spent a few hours looking through forums but still am having no luck.
Here's my javascript
All I get right now is [Object] on the screen. If anyone has any suggestions I'd be very grateful.
I've been trying to get a grid to load for a few days now but something isn't working quite right. I've looked through all of the samples at one time or another and spent a few hours looking through forums but still am having no luck.
Here's my javascript
xmlDoc = new ActiveXObject("MSXML2.DomDocument");
xmlDoc.loadXML(result.raw.xml);
alert(xmlDoc.text); //looks good
var table = new Active.XML.Table;
table._ready = true; table.response(xmlDoc);
var obj = new Active.Controls.Grid;
obj.setDataModel(table);
document.write(obj);
All I get right now is [Object] on the screen. If anyone has any suggestions I'd be very grateful.
Franklin Cham
October 19,