如何使用 javascript 从 iframe 中获取选定的文本?
如何使用 javascript 从 iframe 获取选定的文本?
how to get selected text from iframe with javascript ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用 javascript 从 iframe 获取选定的文本?
how to get selected text from iframe with javascript ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
只要
iframe src
定位的是您自己的域
,就应该可以了。到目前为止仅在
FireFox 3.6.7
上进行了测试。That should do it, as long as the
iframe src
is targeting your owndomain
.Tested only on
FireFox 3.6.7
so far.正如 jAndy 所指出的,只有当 iframe 文档与包含文档来自同一域时,这才有效。
As noted by jAndy, this will only work if the iframe document is served from the same domain as the containing document.