Question

i'd like to put in html pages around a javascript that call a remote javascript file in my server, elaborate datas by give content back to the html page where the javascript will populate a div by id with the given data.

what's a possible way to perform it? the data will be calculated in php.

Was it helpful?

Solution

Use JSONP

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top