Hi, I'm trying to recieve the response from post_raw. I can see the
response from the server through firebug, but cannot seem to capture
the response.
I have tried to play around with the call back, but can not get it to
call any functions.
core.request('WHOISONLINE', friendList, {callback:function(){alert
("test");}});
The alert dosn't get called in this case,
But
core.request('WHOISONLINE', friendList, {callback:alert("test")});
works.
Can someone please provide an example on recieving response from
post_raw?
Thanks,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "APE Project" 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/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/
-~----------~----~----~----~------~----~------~--~---