I know it’s not possible on the client to fill a DIV with content from another domain. However, I’ve used the Google Feeds code and it’s pulling information from other domains into a DIV (no iframe) without resorting to server-side code, so I’m assuming somehow it’s doable. Thanks.
Share
To fill your div with content from a different script, you would need to request the content via ajax and pass the right params along with your request.Edited after @JacobM commentYou can give CROSS DOMAIN AJAX: A QUICK SUMMERY a look along with AJAX Cross Domain Proxy.