小书签将图像传递到 Iframe

发布于 2024-12-21 10:19:04 字数 314 浏览 0 评论 0原文

我正在制作一个小书签,即将完成。

我从点击书签链接后打开弹出窗口得到了我之前的答案。感谢特雷芬农。

我已经获取了标题,书签将获取当前页面信息。我已经获取了标题并使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

偏爱你一生 2024-12-28 10:19:04

您无法使用 JavaScript 传递图像内容。
可能的解决方案:

  • 您可以发送所有图像 URL(但如果网站不支持热链接,您将不会在网站/iframe 上看到它们)。
  • 您可以传递页面 URL 并通过服务器脚本抓取其图像。

You can't pass the images content with JavaScript.
Possible solutions:

  • You can send all image URLs (but if the website doesn't support hotlinking, you won't see them on your website/iframe).
  • You can pass the page URL and grab its images by a server script.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文