可以在灯箱中将整个未修改的网站显示在另一个网站之上吗?

发布于 2024-10-25 07:56:27 字数 170 浏览 4 评论 0原文

是否可以仅使用 javascript/jquery/ajax 来做到这一点? 这个想法是让另一个网站显示未修改的内容,即在像灯箱一样悬停在当前视图上的视图中显示该网站的纯 html,而不是像通常在浏览器中那样在新窗口或选项卡中显示。

任何描述、示例或基础到高级的教程和书籍都会有所帮助。

谢谢!

Is it possible to do this with just javascript/jquery/ajax?
The idea is to make another website display unmodified i.e. display the pure html of the site in a view that hovers over the current view like a lightbox as opposed to in a new window or tab as one usually has in a browser.

Any descriptions, examples, or basic to advanced tutorials and books would be helpful here.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

宫墨修音 2024-11-01 07:56:28

如果您想要完全修改的版本,最简单的方法是使用

示例:

<iframe src="http://www.google.com"></iframe>

如果您正在寻找能够显示 iframe 或 html 的灯箱,这里有一个列表(感谢JohnP) http://planetozh.com/projects/lightbox-clones/

IF you want the completely usmodified version, the easiest way is to go with is <iframe>

Example:

<iframe src="http://www.google.com"></iframe>

If you are looking for a lightbox capable of showing iframe or html, here is a list (Thanks to JohnP) http://planetozh.com/projects/lightbox-clones/

别挽留 2024-11-01 07:56:28

您可以从这里使用该插件 - > http://leandrovieira.com/projects/jquery/lightbox/

然后如果你设置它以与图像相同的方式使用 iframe,它应该可以工作。

You could use the plugin from here - > http://leandrovieira.com/projects/jquery/lightbox/

Then if you set it up to with an iframe in the same way as you would for an image, it should work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文