简体   繁体   中英

Javascript or XUL windows WITHOUT iframe

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.

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM