iframe 中的 Google 网站页面
我正在构建一个相当大的 Flex 应用程序作为我们的管理工具,并且我需要内置文档功能。我希望这个文档就像一个 wiki,并且当我们使用 Google 应用程序时,我想我会使用 Google 网站来托管 wiki 页面(为什么要重新定义 Weel...)。
为了在 Flex 中包含 wiki 页面,我使用 http://code.google.com /p/flex-iframe/ 使用 iframe 的组件。
问题是,谷歌网站似乎使用某种形式的 iframe javascript 突破脚本,当我加载 iframe 时,整个页面都会加载 wiki 页面。
I'm building a quite large Flex application as our administration tools and I need build in documentation functionality. I want this documentation to be like a wiki and as we're using Google apps I though I'd use Google sites to host the wiki pages (why reinvet the weel...).
To include the wiki page in Flex I'm using the http://code.google.com/p/flex-iframe/ component that uses an iframe.
The problem is that it seem that google site uses some form of iframe javascript breakout script and that when i load the iframe the entire page is loaded with the wiki page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用反框架破坏脚本,例如 Jeff 网站 上的脚本。通常我不会推荐这样做,但似乎您在这里有合理的需求。
You could try an anti-frame-busting script like the one on Jeff's site. Normally I wouldn't recommend that, but it seems like you have a legitimate need for it here.