page 1
<html>
<body>
<h1>My heading</h1>
<p>Some paragrap</p>
</body>
</html>
Page 2
<html>
<body>
<button>Click</button>
<div></div>
</body>
</html>
So when I click the button I want to that page 1 is shown on page 2 between div tag using simple javascript.