I am looking to include a JavaScript file that calls a remote JavaScript file on my server in HTML pages. The retrieved data will be processed and returned to the HTML page, where a specific div with an id will be populated by the JavaScript.
What are some suggestions on how to achieve this? The data processing will be done using PHP.