Displaying 1 result from an estimated 1 matches for "getreturnmsg".
2007 Aug 29
1
Re: using Ajax.PeriodicalUpdater in iPhone
...ns.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?
>
>
> >
>
--~--~---------~--~----~------------~...