The easiest way would be to use frames:
Code:
<html>
<head>
<title>Title to show in the browser</title>
<frameset rows="100%" cols="100%" border="0">
<frame name="left" scrolling="auto" marginwidth="0" marginheight="0" src="http://www.sampleaddress.com/" frameBorder=no Resize>
</frameset>
</html>