search for: strresponse

Displaying 1 result from an estimated 1 matches for "strresponse".

Did you mean: nt_response
2007 Aug 29
1
Re: using Ajax.PeriodicalUpdater in iPhone
...ot; + > pars.toAjaxRequest().Body; > soptions.onSuccess = this.getMeetingDetail.bind(this); > soptions.frequency = 10; > this.callStatus = new Ajax.PeriodicalUpdater("", > this.eng._uri, soptions) > }, > > getMeetingDetail : function(strResponse) > { > alert("getReturnMsg"); > } > > After call start function, I can get the "getReturnMsg" for only get > four or five times in iPhone, but it is right on ie/firefox/safari2.0 > for MAC and Safari3.0. > > What is wrong? >...