小编Ste*_*eve的帖子

专注于Firefox中的iframe

我将打开一个包含iframe的对话框,然后在打开对话框后将焦点设置在iframe中.

目前,我尝试在加载内容时关注iframe:

<iframe src="../credits.html" onload="this.contentWindow.focus()"></iframe>
Run Code Online (Sandbox Code Playgroud)

它适用于除Firefox以外的所有浏览器,我不明白为什么.

有人可以告诉我为什么吗?谢谢

javascript iframe firefox focus onload

8
推荐指数
1
解决办法
2880
查看次数

标签 统计

firefox ×1

focus ×1

iframe ×1

javascript ×1

onload ×1