html5 - Redirect in html <object> -
i'm using <object> tag display website in website (instead of <iframe>).
<object id="iframe" type="text/html" data="http://website.com"></object> the problem if website in <object> redirects, own website redirected. not have problem <iframe>. ideas?
try this. working.
<object width="400" height="400" style="border:1px solid red;" data="http://php.net" type="application/html" archive="http://php.net">
Comments
Post a Comment