Displaying 1 result from an estimated 1 matches for "session_data".
2006 Feb 07
2
Question about Classes.
...sdLeaderInfo: [],
sdMiscInfo: []
});
this.options = options;
this.loadXML();
},
loadXML: function() {
new
Ajax.Request(''../../xml_files/session_data.xml'',
{method:''get'',parameters:''time=''+Math.random()*4,onComplete:
this.createArray})
},
createArray: function(response) {
xmlDoc = response.responseXML;...