Searched refs:ajaxobj (Results 1 – 1 of 1) sorted by relevance
50 this.ajaxobj=createAjaxObj()62 if (this.ajaxobj){65 this.ajaxobj.onreadystatechange=function(){instanceOfTicker.initialize()} method66 this.ajaxobj.open('GET', lastrssbridgeurl+"?"+parameters, true)67 this.ajaxobj.send(null)77 if (this.ajaxobj.readyState == 4){ //if request of file completed78 if (this.ajaxobj.status==200){ //if request was successful79 var xmldata=this.ajaxobj.responseXML81 …d(this.tickerid).innerHTML="<b>Error</b> fetching remote RSS feed!<br />"+this.ajaxobj.responseText