Questions tagged [tabbed-browsing]

20 questions
3
votes
1 answer

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, but how about from C++ ?
rep_movsd
  • 6,675
  • 4
  • 30
  • 34
2
votes
1 answer

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: http://www.codeproject.com/KB/aspnet/MultipleTabWindows.aspx However, in…
2
votes
1 answer

How get the multirow tabbar support in Komodo Edit environment?

In light of always having many, many, Komodo Edit tabs open, I would appreciate a solution to adjust the tabbar layout to support multirow tabs. Is there any add-on which adds multirow tabs support to Komodo Edit environment (something like the…
dr.micro
  • 41
  • 7
2
votes
2 answers

Saving Browsing Sessions in Chrome

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 (I'm talking in Mac terms right now). As far as I…
joshdcomp
  • 1,618
  • 3
  • 19
  • 26
2
votes
1 answer

Can javascript code tell if the browser is in the background?

I would like to tell whether my browser's tab is in focus, and whether the browser itself is in the foreground or in the background. Is there a javascript interface that queries the foreground/background status of the browser? Update Following…
Adam Matan
  • 128,757
  • 147
  • 397
  • 562
1
vote
0 answers

Links To Open Within Tabbed Content Panel

Good day folks. I'll apologize in advance if I don't correctly explain what I am trying to accomplish here. I am using vertically tabbed content to display amateur hockey associations in the US and Canada. You can find my working page here. Each…
Del6609
  • 17
  • 7
1
vote
1 answer

Wicket interaction between wicket-applications on localhost

I'm experiencing abnormal behaviour in ajax-related clicks in two Wicket Applications that both run on the same localhost on different ports (both served by Jetty) I have two applications open in two tabs in Chrome. When I click on an AjaxLink in…
Rob Audenaerde
  • 19,195
  • 10
  • 76
  • 121
1
vote
2 answers

How to close the current tab of a browser from a desktop application?

I´m developing a system that consist in a program that runs in the desktop (Windows). Each minute detects if the active program is a browser and in this case checks if the url of the active tab is in a "black list" In this case I would like to…
razonasistemas
  • 371
  • 1
  • 4
  • 11
0
votes
1 answer

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- uses having multiple tabs open, but browsers sharing…
the Hampster
  • 876
  • 1
  • 14
  • 21
0
votes
2 answers

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 allows Bookmarking without stealing a session…
0
votes
0 answers

Other website tracking

I am trying to build a website that will have promotional offers and I would like to ask the specialists in here if what I want is possible. Let's call my site A Another site - C A visitor goes to website C then comes to website A. Is it possible…
Ronald
  • 1
  • 2
0
votes
1 answer

How can I display the contents windows Form in a DotNetBar SuperTabControl tab page?

I've been working with the DotNetBar objects and controls to redesign my web browser's UI and functionality in VB.NET. (I've been using Visual Studio 2012 just in case that's pertinent or helpful.) I wanted to use the SuperTabControl for my tab…
0
votes
1 answer

html5 new tab opens in quirks mode

I've tried all the solutions that fixed this issue for others but it has not worked for me. The problem is that any links with target="_blank" open in quirks mode, consequently never rendering the page. The doctype and head are as follows:
neridaj
  • 2,143
  • 9
  • 31
  • 62
0
votes
1 answer

Why does middle-clicking on a link also load in the current tab?

For some websites (e.g. try these main menu navigation links), pressing down with the mouse's click-wheel not only opens a new tab, but also loads that link in the current one. Why is that? This happens in Chrome (on Windows 7), but not in IE9…
Baumr
  • 6,124
  • 14
  • 37
  • 63
0
votes
1 answer

Make table cells with clickable and respect tabbed browsing

Right now I'm doing a td.click() and then window.location = td.find('a').attr('href') but it doesn't work if I'm clicking to make a new tab. And I can't programmatically click the . Any ideas? Feel free to fork this fiddle…
Aen Tan
  • 3,305
  • 6
  • 32
  • 52
1
2