HTML5 contains a couple of elements which create nested browsing contexts, namely iframe and object.<br><br>Do either of these elements provide a safe replacement for Javascript client-side file inclusion?<br><br>For example, I'd like to have an element which will be replaced by the HTML in another referenced document.  I don't want to have to specify height or width from the parent document or risk having scrollbars appear, if those scrollbars wouldn't appear if the HTML had been all one document.
<br><br>