views:

95

answers:

1

hello, 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.

+2  A: 

Use JSONP

David Dorward
thanks a lot, i'm studying it :)
TrustWeb