火狐插件页面 url
我有一个 Firefox 插件,我必须在其中获取调用网页的 URL。
我的调用网页在 default.aspx
中作为 radwindow 打开。
当我使用 window.content.document.location.href
时,它返回默认页面地址。
如何获取打开的radwindow的URL?
I have a Firefox addon, in which I have to obtain the URL of the calling web page.
My calling web page is opened as a radwindow inside default.aspx
.
When I use window.content.document.location.href
, it returns the default page address.
How can I obtain the URL of the opened radwindow.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以尝试用这个例子,
You can try with this example,