Tagged Questions
The tabbed-browsing tag has no wiki summary.
2
votes
1answer
2k views
Accessing tabs on Firefox with a C++ XPCOM extension
What XPCOM interfaces should I use to detect opening, closing and switching of tabs and also get their associated URL from a firefox extension?
I have seen instances of code that manage tabs in JS, ...
0
votes
0answers
50 views
Restrict user to a single window
In a project I'm working on (ASP .Net 3.5 web forms), there is a requirement to restrict the user to work in only 1 window/tab at time. I found this post detailing a solution: ...
0
votes
0answers
245 views
Cannot disable “Always switch to new tabs when they are created” in Internet Explorer
I have tabbed browsing enabled in Internet Explorer and all of the options are available from the "Tabbed Browsing Settings" except for the option to "Always switch to new tabs when they are created". ...
0
votes
1answer
162 views
php Sessions, tabbed browsing solution?
So, I wrote some software about 6 years ago, and am about to release version 2.0. Recently, people have been complaining that data from one customer has been transferred to another. The culprit- ...
0
votes
2answers
420 views
Session and Tabbed Browsing ASP.Net MVC
I'm once again looking into the world of tabbed browsing and Sessions. Looking over a few google searches it seems that there isn't a nice way of supporting this.
Does anyone know of a method that ...
0
votes
1answer
1k views
How to make a web browser with tabbed browsing with vb 2008?
I've tried multiple times to create a web browser with tabbed browsing. I know that I have to use "tab control".
I have succeeded in creating a semi-tabbed browsing. People are able to add new tabs, ...
0
votes
2answers
142 views
Tabbed Browsing Causing Javascript Inconsistencies?
In a tabbed browser (FF 3.5 in for me), I often open links in new tabs with CTRL-click or middle-click. When the link contains a Javascript function, either:
A blank new tab opens with ...
-2
votes
2answers
153 views
Saving Browsing Sessions in Chrome [closed]
This isn't a programming code question, more of a browser UX issue. I know that in Firefox and Opera (perhaps Safari?), you can save your current browsing session to open later when you quit the app ...