没有 iframe 的 Javascript 或 XUL 窗口

发布于 2024-08-12 02:38:07 字数 507 浏览 8 评论 0原文

我正在尝试为我的书签构建一个多窗口网站,但遇到一些问题。

这是我正在尝试构建的 js 版本: http://www.students.itu.edu.tr/~ozyildiri2/ zpwin/zapatec

不幸的是,这种方法存在问题。 windows中的站点是通过iframe加载的,iframe有问题(比如framebreaker站点和js问题)。

我希望它们是 XUL 浏览器或任何没有 iframe 的浏览器。你认为这可能吗?如果是这样,怎么办?

我的主要目标是创建一个网站,人们可以登录并看到他们的书签,就像示例中的那样。我不想要 Firefox 扩展。我想要类似于 www.only2clicks.com 但显示实际网站,而不是缩略图。

我对其他方法持开放态度。也许是弯曲或其他东西。

谢谢大家。

I am trying to build a multi-window website for my bookmarks, but I have some problems.

Here is the js version of what I am trying to build:
http://www.students.itu.edu.tr/~ozyildiri2/zpwin/zapatec

Unfortunately, there are problems with this approach. The sites in the windows are loaded through iframes, and iframes have problems (like framebreaker sites and js issues).

I want them to be XUL browsers or anything without iframe. Do you think this is possible? If so, how?

My main target is to make a website that people login and see their bookmarks like the one on the example. I don't want a firefox extension. I want something similar to www.only2clicks.com but showing the actual websites, not the thumbnails.

I am open to other approaches. Maybe flex or stuff.

Thank you all.

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

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

发布评论

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

评论(2

半仙 2024-08-19 02:38:07

在这里你无法高效地做任何事情。如果您获取页面的所有数据,然后使用服务器将其显示在您的网站上,那么您本质上就是在创建代理。这对服务器来说可能很困难。如果您想在其中显示一个工作网站,iframe 是最好的方法。也许缩略图是更好的选择。

There is nothing you can do efficiently here. You would essentially be making a proxy if you fetch all of the data of a page then display it on your site using your server. And that can be tough on the server. Iframes are the best approach here if you want to display a working website in their place. Perhaps thumbnails are a better option.

∞琼窗梦回ˉ 2024-08-19 02:38:07

我不明白你为什么要在这样的小 iframe 中加载网站。当网站这么小时,您就无法使用它们。

您曾经使用过Opera 浏览器吗?这可能是解决您问题的更好方法 - 您可以保存会话(网页组),也可以平铺选项卡。

I don't see why you would want to load a web site in a tiny iframe like that. You can't use the sites when they're that small.

Have you ever used the Opera browser? That might be a better solution to your problem - you can save sessions (groups of web pages) and you can also tile the tabs.

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