Like the page inside a frame?
Or just the code from a file inserted into the page?
Try this and see if it is what you are looking for:
HTML
<iframe src="something.htm"></iframe>
(You can change dimensions of that and use CSS to make it look like its part of the page, rather than a frame
)