在外部 iframe 内使用 ajax
我四处寻找,却没有得到具体的答案。问题是这样的:
假设某人有网站 abc.com,他们想要将我在 xyz.com 的页面加载到 iframe 中。我在 xyz.com 的页面严重依赖 ajax,从同一域 xyz.com 提取更多内容。此外,iframe 最好是使用 js 即时创建,但不是必须如此。
在 abc.com 上没有代理或任何困难的情况下可以做到这一点吗?我知道跨域的事情可能很棘手,但我从来没有搞乱过 iFrame。愿意为我的网站 xyz.com 做任何必要的事情。
非常感谢您的任何见解。
I've been looking around everywhere and haven't gotten a concrete answer. Here's the problem:
Let's say someone has site abc.com and they want to load my page at xyz.com into an iframe. My page at xyz.com relies heavily on ajax, pulling more content content from xyz.com, the same domain. Also, the iframe is optimally created on the fly with js, but doesn't have to be.
Is this a possible to do without a proxy or anything difficult on abc.com? I know that cross-domain things can be tricky, but I've never messed with iFrames. Willing to do whatever's necessary to my site, xyz.com.
Thanks a bunch for any insight.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是肯定的,它在所有浏览器中都运行良好>即6。只要 iframe 内的站点从其自己的域调用资源,规则就与普通页面(非 iframe)内发生的情况相同。
The answer is yes, it works well in all browsers > ie6. As long as the site inside of the iframe is calling resources from its own domain, the rules are the same as what happens within a normal page (that's not iframed).