Refers to issues relating specifically to tabs in a web browser, usually issues that affect multiple tabs or communication between tabs.
Questions tagged [browser-tab]
115 questions
0
votes
0 answers
Favicon doesn't show up in the browser tab on the index-page (Safari)?
I have tried different webservices to generate favicons and respective link- and metatags to include in my html-header. All gives the same error. The favicon shows up in the browser tab on all subpages, but not on my index-page. So if I go to…

irrbloss
- 207
- 2
- 9
0
votes
1 answer
Is there any way to shift to previous browser tab using javascript?
Im running an application, and after a few operations I end up at the last tab (circled in black). I need to close the red circled tab because it is a duplicate of the blue circled tab. Is there any way i can go back to the red tab and…

terminatorash2199
- 255
- 3
- 10
0
votes
0 answers
How to add My SVG Logo to the tab bar of my website
I got my logo which is an SVG file for my react project which is saved in my images folder , i wanted to use this SVG icon on my browser tab , am i able to use SVG files ? and how i can link to it , i tried doing the following in the head tag in…
user18095537
0
votes
0 answers
Old tab stops sending requests to API React
I have a problem that is hard to describe. The problem is reproduced in 2 cases.
Old browser tab (not closed from yesterday's session).
After the token is expired, I redirect to the login page, and if I click back in the browser, the problem…

Ingwaaz
- 1
- 1
0
votes
2 answers
Python - Displaying a web site in the same browser tab each time webbrowser.open is called
In Python, I would like to initially open a new browser tab and display a web site. The program will be displaying other png images before cycling back to displaying the web site again. It's like a slide show. I tried to use the webbrowser.open…

Emad-ud-deen
- 4,734
- 21
- 87
- 152
0
votes
1 answer
How to set browser tab title with route name in React Native
currently in my app, the browser tab title is just the name of the screen. However I want to set the tab title to {APP_NAME} - {PAGE_NAME}. I am using a and I know that you use the screenOptions to give a custom title, but I…

TreyCollier
- 181
- 1
- 12
0
votes
1 answer
Force Crash FireFox Tab Using JS/firefox:about
Like in chrome we can simply force crash a tab by hitting chrome://crash in the address bar like-wise I would like to know if the same could be done for a tab in firefox ?, if yes how do could I achieve that ?
Thanks in Advance.

Arjuna sarathy m
- 21
- 4
0
votes
0 answers
Applescript, how can I tell chrome window 1 to open link under mouse as tab in chrome window 2?
I have a a left chrome window and a right chrome window open, I want to open links under the cursor from the left window as tabs in the right window.
I know this should be pretty easily possible, not by me though not knowing applescript.
tell google…

Toddd
- 21
- 1
- 6
0
votes
2 answers
In Firefox - across all tabs: How do I list all open URL's of all open browser tabs across all open browsers, using code external to the browser?
In Firefox - across all tabs: How do I list all open URL's of all open browser tabs across all open browsers, using code external to the browser?
---
If I open multiple tabs, or additional browsers with tabs and then I shutdown my machine, or it…

user10664542
- 1,106
- 1
- 23
- 43
0
votes
1 answer
link running a javascript that open another page. how to make it do it in new tab if user uses middle click or right click menu
I have this link in my left navigation:
dashboard
That javascript opens a link based on the passed parameters.
All works fine, but I would like to be able to use the browser capabilities of opening the links in a tab (when user is using middle click…

Stef
- 2,603
- 2
- 18
- 28
0
votes
1 answer
How to determine that a browser tab is selected and execute code in JavaScript?
I want to have one same page open on multiple browser tabs. When I click on ONE browser tab, I want a JavaScript function to be executed ONCE, just one time! Not that that function is being executed 3 times because that one same page is opened on 3…

O Connor
- 4,236
- 15
- 50
- 91
0
votes
2 answers
IE 11 - Loacalstorage with an event listener to refresh the pages in other Browser tabs when logged out from one tab, does not work in IE
I am sure , this question in some or the other way, has surfaced in SO a lot of times, but nothing really helped me.
I will get to the point,
I have opened multiple tabs of my application. And while logging out from one tab, should refresh the other…

abhinayr
- 221
- 1
- 2
- 8
0
votes
0 answers
Bring back user to same browser tab trying to switch tab
I need to know is there a way in JavaScript through which we could prevent user from switching tab, After he press NO against message "Do you want to switch tab?".
I have a way to know that browser tab is changed by using blur.
I have seen browser…

Waleed Khan
- 83
- 9
0
votes
0 answers
Detecting whether multiple browsers/tabs are opened with django
I am developing web pages that I need that won't be opened in more then one browser/browser tab. Only one tab in one browser for one client.
I know that it is possible in the modern web, because I see that websites like Netflix does that.
What is…

user3599803
- 6,435
- 17
- 69
- 130
0
votes
1 answer
How to set a personal title for your web browser tabs?
In my web browser (chrome or firefox), I have a few tabs of the same website or the same page (because of testing purposes). I would like to know what tab is for when reading my tab titles.
For instance, I have 3 tabs of the same page (so the same…

Edhrendal
- 582
- 8
- 17