html - Displaying a web page inside another without frames -


i want display webpage inside website page. how safe approach below, , how practice this?

<div style="margin: 0 auto; width:100%; height:400px;"><object type="text/html" data="http://answers.yahoo.com/" style="width:100%; height:400px; margin:1%;"></object></div> 

it will, effectively, iframe fewer features , weaker support.

use iframe instead.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -