Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js63 sSearch=this.getBrowserHTML(sSearch);eval("var txt=this.$('"+sId+"')."+sAttribute);if(typeof txt=="…
202 getBrowserHTML:function(html){tmpXajax=document.getElementById(this.workId);if(!tmpXajax){tmpXajax=… method in xajax
205 if(attribute=="innerHTML"){newData=this.getBrowserHTML(newData);}