I'm in the process of creating a multitab website for my bookmarks, but I've run into some issues.
Here is the JavaScript version of what I'm trying to achieve:
Unfortunately, there are obstacles with this method. The websites in the tabs are loaded through iframes, which can have issues like framebreaker sites and JavaScript problems.
I would prefer them to be XUL browsers or any alternative that doesn't involve iframes. Do you think this is doable? If so, how?
My ultimate goal is to create a platform where users can log in and access their bookmarks similar to the example provided. I'm not interested in a Firefox extension; rather, I want something akin to www.only2clicks.com but displaying the actual websites, not just thumbnails.
I am open to exploring other methods, such as flex or similar technologies.
Thank you all for your assistance.