I'd like to find the best solution for loading external content (from php script, external website) in a div with javascript code (no jQuery, Mootools or any other lib, just pure JS). It must work in any browser, even IE :) What is the best way to achieve this?
I found lots of posts about this, but a lot of them where old, or with no certain solution. Or is it better to achieve this with iframe?