Top "Browser-tab" questions

Refers to issues relating specifically to tabs in a web browser, usually issues that affect multiple tabs or communication between tabs.

Session shared in between tabs

I have JAVA web application where I need to stop session being shared between browser tabs, meaning User opens a …

jsp session jakarta-ee browser-tab
javascript. Can't open new tab in safari

The following javascript opens a new tab fine in Firefox, chrome, and IE. but it opens a new window in …

tabs safari browser-tab
How to close Microsoft Edge browser's current tab from command prompt?

>start microsoft-edge:http://google.com Its opened google.com in edge browser new tab. Now I want to close. …

browser command-line automation microsoft-edge browser-tab
Google Chrome Extension for Transparent Tabs or Windows

Is it possible to create a browser extension that would allow page-controlled window opacity? Not so that various elements on …

google-chrome-extension browser-tab
Javascript Cannot Close Current Tab After Chrome 36.0.1985.125 Update

Currently I have an application where a user hits a clicks on a URL and goes to my form. The …

javascript jquery google-chrome browser-tab
Store browser tab specific data

I have a web application that store information about recently visited pages, let's call them A. When a user visits …

javascript jquery django local-storage browser-tab
Minimum setInterval()/setTimeout() delay on background tabs

Possible Duplicate: Chrome: timeouts/interval suspended in background tabs? Is there a minimum allowed delay for setInterval() and setTimeout() when …

javascript settimeout setinterval browser-tab
How can you display a session timeout warning that is smart enough to handle multiple open browsers or tabs

I have implemented a session timeout warning using javascript that simply asks the user if they want to extend their …

javascript session session-timeout browser-tab