I want to develop an application like these images
http://img340.imageshack.us/i/maindxv.jpg/
http://img338.imageshack.us/i/datat.jpg/
http://img22.imageshack.us/i/sendingz.jpg/
In this application I want to develop a chatbot like application.which will coneect to some prespecified chatservers.for eg http://en.babel.com
in this page all the requests are passed through certain Ajax pages, EX.
http://en.babel.com/ajax/Index.Community.Chat.Web.AjaxLib.UserManager.ajax
I have to use the functions on this page like function GetConnectedUsers ,which will return with the data ( ID, Nickname, avatar . etc... ) of the users in this page soI need to fetch pages and repeat the process get all the online users on the server.
Can anybody help how should I do that , any sample code help would be very helpful to me