gpt4 book ai didi

javascript - 使用远程源禁用 IFRAME 内的双击

转载 作者:行者123 更新时间:2023-11-30 17:50:51 24 4
gpt4 key购买 nike

各位,

我们有一个奇怪的要求,我们希望在 IFRAME 中禁用双击。

这里的复杂情况是 HTML 响应来自远程 URL,我们无法控制它。是否可以在此 IFRAME 中禁用双击。

例如

iframe src="http://removeserver/view.jsp"height="300px"width="300px">

注意:我们已经调查过,似乎因为跨端脚本我们不能这样做。基本上我们不能访问页面 remoteserver/view.jsp 的 HTML 元素,因为它来自远程网站。

我们将不胜感激任何帮助。

最佳答案

iframe 上方的空 div 将禁用对 iframe 内容的任何鼠标操作 http://jsfiddle.net/uxUF8/63/

<iframe with="300" height="300" src="https://www.youtube.com/embed/OsOYg5gpS0s" ></iframe>
<div style="position:absolute;margin-top:-300px;width:300px;height:300px;border:1px solid red;" ></div>

另一个版本允许您在内部滚动 http://jsfiddle.net/uxUF8/62/

关于javascript - 使用远程源禁用 IFRAME 内的双击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19090780/

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