一页中的多个窗口用于书签

发布于 2024-11-03 07:26:40 字数 702 浏览 2 评论 0 原文

我想要一个用于我的书签的在线网页。该页面应包含可打开以下页面的小窗口:

Fizy、Facebook、Guardian。

还应该有一个按钮,用于添加带有 URL 文本输入的新窗口。

以下是页面外观的说明:http://i54.tinypic.com/2hrkb48.jpg

我已经在 http://bit.ly/heqEd1 构建了一个版本,但是如您所见,它在 javascript 窗口下使用 iframe,无法打开破坏框架的网站(如 fizy.com)或 Facebook。

我将进行研究,但我不确定如何进行。任何解决方案都将被接受,例如 HTML5、XUL、Flex、AJAX 或其他解决方案。本地安装的解决方案(如 Firefox 扩展)不是首选,但仍然可以。

注意:Piro Sakura 构建了一个名为 split-browser 的 Firefox 扩展。该项目有一个名为“子浏览器”的元素。可以显示子浏览器的 AJAX 窗口可以解决该问题。我知道该页面只能通过 Firefox 访问,但没关系。 (再次强调,最好选择无需安装的解决方案)

有什么建议吗?我应该如何进行?我应该学什么?这可能吗?

谢谢。

I want a single online web page for my bookmarks. The page should include small windows which opens the following pages:

Fizy, Facebook, Guardian.

There should also be a button for adding a new window with an URL text input.

Here's an illustration of how the page should look: http://i54.tinypic.com/2hrkb48.jpg

I've built a version of this at http://bit.ly/heqEd1, but as you may see, it uses iframes under javascript windows, which can not open frame-breaking sites (like fizy.com), or Facebook.

I'll make the research and but I am not sure how to proceed. Any solution will be accepted, like HTML5, XUL, Flex, AJAX or others. A solution with a local installation(like a Firefox extension) is not preferred, but still be ok.

Note: Piro Sakura has built a Firefox extension called split-browser. There's an element of the project called "subbrowser". An AJAX window that can show a subbrowser MAY solve the problem. I know the page will only be available from Firefox, but that is ok. (Again, a solution without an installation is preferred)

Any suggestions? How should I proceed? What should I learn? Is this possible?

Thanks.

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

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

发布评论

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

评论(2

烧了回忆取暖 2024-11-10 07:26:40

我认为你应该使用带有 iFrame 的 Javascript 来执行此操作。我不太确定你想用这个来完成什么,但这应该是可能的。至于您将使用哪个框架,这取决于您,但是需要大量自定义代码来实现这一点。

I think you should use a Javascript with iFrames to do this. I'm not too sure what you're trying to accomplish with this, but it should be possible. As for which framework you'll use, it's up to you, but there will be a lot of custom code needed to implement this.

究竟谁懂我的在乎 2024-11-10 07:26:40

您可以在 FLEX 中制作多个可拖动窗口,就像您在应用程序中一样,

请检查示例作为起点 可移动/可拖动窗口及其演示

你也知道JS-DESKTOP lib 几乎不需要定制即可实现其中之一
jsdesk

sonspring -基于 JQuery,

您也可以使用

希望来做到这一点,这有帮助

You can make multiple draggable windows in FLEX same as you have in you app

Please check sample as Starting point Movable/Draggable window and its demo

also u knows JS-DESKTOP lib with little customization to achieve that one of them are
jsdesk

sonspring-JQuery based

also you can do this using

Hopes that helps

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