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"> 

example


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -