Forum Moderators: phranque
iframe is non-standard.
Dynamic HTML will do this (not sure the AJAX moniker really applies here) but this content won't be indexed by search spiders. (Ditto for iframe).
You could implement on the server side, increasing your bandwidth usage and degrading performance.
In any case, unless the site you are pulling from is your own, it's most certainly bad Internet citizenship.
<DIV
STYLE="position:absolute;
left:10;
top:10;
width:150;
height:200;
clip:rect(0,200,224,0);"
>
<IFRAME
SRC="http://www.myoldsite.com.mx/newspage.html"
WIDTH="150"
HEIGHT="200"
MARGINWIDTH=10
MARGINHEIGHT=10
FRAMEBORDER="NO"
SCROLLING="YES"
STYLE="border-width:5;
border-color:#000000;
border-style:solid;"
>
</IFRAME>
</DIV>