Any Solution ?
I have looked into many solution but not worked.
for example I want to load yahoo.com, cnet.com and etc ... In this case I need to show them in iFrame but the same size as it can be seen in separate window or tab in the browsers.
Finally I found the solution , hey guys share this one.
<div id="frmLayout" style="position: absolute; top: 33px; left: 0; bottom: 0; right: 0;">
<iframe id="frm" style="position: absolute; width: 100%; height: 100%; overflow: auto; border: 0" src="http://news.yahoo.com/storms-kill-4-damage-branson-theater-district- 152532082.html"></iframe>
</div>