Home
last modified time | relevance | path

Searched refs:ajaxobj (Results 1 – 1 of 1) sorted by relevance

/plugin/rssticker/
H A Drssticker.js50 this.ajaxobj=createAjaxObj()
62 if (this.ajaxobj){
65 this.ajaxobj.onreadystatechange=function(){instanceOfTicker.initialize()} method
66 this.ajaxobj.open('GET', lastrssbridgeurl+"?"+parameters, true)
67 this.ajaxobj.send(null)
77 if (this.ajaxobj.readyState == 4){ //if request of file completed
78 if (this.ajaxobj.status==200){ //if request was successful
79 var xmldata=this.ajaxobj.responseXML
81 …d(this.tickerid).innerHTML="<b>Error</b> fetching remote RSS feed!<br />"+this.ajaxobj.responseText