IE7 有哪些 window.postMessage 模拟选项?

发布于 2024-09-28 08:54:11 字数 82 浏览 0 评论 0原文

我知道使用哈希标签的黑客行为,但是,我需要具有更大有效负载和更高吞吐量的双向通信。是否有任何 Flash/ActiveX/etc 选项可以实现这一点?

I'm aware of the hacks using hash tags, however, I need bi-directional communication with larger payloads and higher throughput. Are there any Flash/ActiveX/etc options that make this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

十级心震 2024-10-05 08:54:12

Jquery windowMsg 插件提供了一个良好的所有浏览器兼容的解决方案。

请参阅示例:

http:// iterativo.wordpress.com/2010/03/24/using-jquery-to-communicate- Between-browser-windows/

插件代码的链接:

http://go-trendy.com/javascripts/jquery.windowmsg-1.0.js?1279359701

Jquery windowMsg plugin provides a good all browser compliant solution.

See an example:

http://iterativo.wordpress.com/2010/03/24/using-jquery-to-communicate-between-browser-windows/

A link to the plugin code:

http://go-trendy.com/javascripts/jquery.windowmsg-1.0.js?1279359701

我不吻晚风 2024-10-05 08:54:12

EasyXDM 是我能想到的最接近的,尽管它不是 postMessage() 填充,所以需要大量的工作。另外,截至 2012 年 9 月,有一条说明称 EasyXDM 不适用于 IE6/IE7 - YMMV。

EasyXDM is the closest I can think of, although it isn't a postMessage() polyfill, so would need a lot of work. Also as at Sept 2012, there is a note saying that EasyXDM isn't working for IE6/IE7 - YMMV.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文