Is there any one who knows about the how to check the result return by
google ajax feed api ?

I am using this feed control method : 
http://code.google.com/apis/ajaxfeeds/documentation/#FEEDCONTROL

What i want to know is how can i make sure return feed data by AJAX is
completely received by client. i.e. this method must be using Object
return by GetXmlHttpObject() to get feed data. Now how can i know the
object name that is created by GetXmlHttpObject().

I want to check something like:

if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
{
   // data received successfully
}

so that i can know when the complete feed data is available.

Any idea to do this ...

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to