文件名称:test-iframe-comm-with-post
文件大小:610KB
文件格式:ZIP
更新时间:2024-07-20 01:11:54
JavaScript
使用postMessage()启用<iframe>与其父级之间的通信 关于该项目 该项目旨在测试跨窗口通信(在window和<iframe> ),其中window使用的 AngularJS 脚本版本与其<iframe> 。 每个目录都是它自己的项目。 iframe-content是一个页面,旨在作为iframe-container内容运行。 这将运行一个使用 AngularJS v.1.3.0 构建的脚本。 iframe-container是包含加载iframe-content的<iframe>的页面。 这将运行一个使用 AngularJS v.1.2.26 构建的脚本。 post-office项目是两个项目都使用的通用功能。 安装和设置 1.主机文件 将此条目添加到您的主机文件中: 127.0.0.1 container.iframe-test.com content.ifr
【文件预览】:
test-iframe-comm-with-post-master
----.gitignore(316B)
----README.md(3KB)
----post-office()
--------bower.json(44B)
--------package.json(204B)
--------src()
--------gulpfile.js(576B)
----iframe-content()
--------bower.json(125B)
--------package.json(332B)
--------src()
--------www()
--------gulpfile.js(2KB)
----iframe-container()
--------bower.json(128B)
--------package.json(305B)
--------src()
--------www()
--------gulpfile.js(2KB)