如何获取 jqModal 窗口中加载的外部页面的当前 URL?
是否可以获取 jqModal 窗口中加载的外部页面的当前 URL? 更进一步,在jqModal的实现中,外部页面位于哪里? iframe
还是 div
?
Is it possible to get the current URL of an external page loaded in a jqModal window?
And further, in the implementation of the jqModal, in where the external page is located? iframe
or div
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您尝试访问 iframe 的内部 url,我认为出于安全原因它会被阻止。
如果“外部”页面在您的控制之下(向父页面发送ajax消息),您可能可以玩一些技巧
If you're trying to access the inner url of an iframe, I think that's blocked for security reasons.
There are probably tricks you can play if the "external" page is under your control (send ajax messages to the parent page)