How to display the contents of a div from one document to another? For example, there is one document, it says the following:
<div id="bla bla">(Содержимое)</div>.
And I need to print the contents of the div in another document. How can this be done in html?