Hi All,

I would like to know how do I handle XMLHttpRequest from javascript.

I have a WebView control in which I load the html file.
This html file onload calls a javascript function  onLoad().
This onLoad() calls a javascipt function in test.js file named getImage
();
This getImage() in javascript file has a xmlhttprequest call.

Both the test.html and test.js file are in the asset dir of the app.


Please let me know any configuration I have to make to give a AJAX
call.

The same files if i host on a server and call in the webview Contol it
will call the ajax request and load the image.


waiting for suggestions.
Thanks in Advance.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to