小书签将图像传递到 Iframe
我正在制作一个小书签,即将完成。
我从点击书签链接后打开弹出窗口得到了我之前的答案。感谢特雷芬农。
我已经获取了标题,书签将获取当前页面信息。我已经获取了标题并使用 js 文件中的查询字符串将其传递到 iframe。但我想从当前页面获取所有图像并希望将其显示在我的 iframe 上。是否可以将图像传递到查询字符串中的 iframe。查询字符串的大小会影响它吗?
谢谢
I am working on a bookmarklet and very near to finish it.
I got my earlier answer from open pop up after clicking bookmark link. Thanks to Treffynnon.
I have fetched Title, bookmarklet will fetch the current page information. I already fetched the title and passed it to the iframe using query string from js file. But I want to get all the images from the current page and want to show it on my iframe. Is this possible to pass images to the iframe in query string. Will the high size of query string effect it ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法使用 JavaScript 传递图像内容。
可能的解决方案:
You can't pass the images content with JavaScript.
Possible solutions: