Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js116 call:function(sFunction,aOptions){var i,r,postData;this.setCallOptions(aOptions);if(document.body&&… argument
124 var value;var aArgs=this.callOptions.parameters;postData="xajax="+encodeURIComponent(sFunction);pos…
130 catch(e){delete r;r=null;aOptions.method='get';return this.call(sFunction,aOptions);}
134 if(xajaxConfig.debug)this.DebugMessage("Calling "+sFunction+" uri="+uri+" (post:"+postData+")");r.s…
213 if(xajaxConfig.legacy){xajax.advancedCall=xajax.call;xajax.call=function(sFunction,aArgs,sRequestTy… argument
215 xajax.advancedCall(sFunction,options);}