
Hi,
How to call cross domain ajax?
Thanks

Hi,
Due to JavaScript restriction to call cross domain pages. You can't call cross domain scripts directly.
You can to create a server side script to call the urls of different domain and then use it in your application.
Thanks

You can use Json-p.... grettings from Mexico... http://en.wikipedia.org/wiki/JSONP
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.