posted 16 years ago
I have a javascript object called Ajax; this object has the retrieve function that returns the responseText from the XMLHttpRequest object.
I have a user javascript that creates the Ajax object and calls the retrieve function. I am not able to get the responseText back from the retrieve function; it returns "underfined" all the times.
Can someone please help me with this. Thanks in advance.
Ajax object:
============
[edit - Added code tags]
[ September 23, 2008: Message edited by: Eric Pascarello ]