gpt4 book ai didi

javascript - IE9中如何替换iframe

转载 作者:行者123 更新时间:2023-12-03 10:53:03 24 4
gpt4 key购买 nike

有没有办法用 javascript 来替换 iframe,例如

<iframe id="myframe"></iframe>

像这样的链接...

<a href="">go here</a>

仅当浏览器检测到 IE9 时?如果我从我的<head></head>编写纯javascript代码区域。我希望此操作在 iframe 完全加载到页面之前发生。

最佳答案

您可以使用conditional comments以 IE 9 为目标并编写一个脚本来更改 iframe。或者您可以尝试使用条件注释来选择直接显示哪个标签。

<!--[if IE 9]>
<a href="">go here</a>
<![endif]-->
<!--[if !IE]> -->
<iframe id="myframe"></iframe>
<!-- <![endif]-->

关于javascript - IE9中如何替换iframe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28374580/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com