Best way to load an external page

Hi I have a site where I want to load an external web page in a fixed sized div element.

How can I do this? Thanks.

Not the best way but pretty much the only way without rewriting the other site or integrating your code into it is a iframe.

I tried with iframe. But the external content is wider than my iframe width. So scrollbars are visible. I want the full page shrink and fit in my iframe.

Can I achieve this? Thanks.

You don’t display the iframe. You hide the iframe and post to it.

You don’t display the iframe. You hide the iframe and post to it.

Correction internet explorer has problems with this technique and hiding the iframe. The best with to do is to give it the dimensions of 1x1px and “hide” it without using display: none.