I have some information in my website which I need to include in my friends website but if I got through script inclusion I will fell into cross domain problem. Currently my website is based on ajax. Any idea or reference to achieve this?
Any help will be great!
Thanks,
Karthik
Using ajax you can use something called JSONP
jquery makes it easy – http://api.jquery.com/jQuery.getJSON/