【发布时间】:2021-01-07 21:05:13
【问题描述】:
我有一个网页,里面有一个 iFrame。 iFrame 的 src 包含一个 Flash,其中包含 JavaScript:window.open。它在 IE 和 Firefox 上运行良好,但它没有在 Chrome 上触发 window.open,注意如果我在没有 iframe 的情况下打开 Flash,window.open 在 Chrome 上运行。任何帮助将不胜感激。
【问题讨论】:
-
它没有触发点击。你点击没有任何事件。
-
你的 HTML/JavaScript 是什么?
-
javascript:window.open('trainingLeb.com/Publications/Documents/AnnualReports/…; width=840px,height=600px,scrollbars=yes');无效(0);
标签: javascript dom-events