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
How to rename the title page of Google Maps and hide the browser tab when inactive using JavaScript?
how to rename the title page of Google Maps without affecting the search bar using pure/native JavaScript? Coz when I tried to change it the search bar is affected, whatever title that I put, it will also display in search bar, how can avoid to…

user3848238
- 1
- 2
0
votes
0 answers
jsf 2.0 viewscope in two windows need to refresh each other
I have a problem:
I have a View-Scoped bean/view with an overview of some data (list). when someone clicks on an item, it opens another view-scoped window/browser tab which loads and shows some detailed information about the item clicked.
All I…

Niko
- 1,054
- 5
- 25
- 52
0
votes
2 answers
Create and maintain different cookies for different tab in the same browser
I want to create and maintain different cookies for different tab in the same browser using asp.net with c#. I want to create cookie that will be accessible to only one tab. If another request is made with another tab then it will be consider as new…

Herin
- 704
- 3
- 18
- 34
0
votes
1 answer
Open new page/tab and add content
I read many posts but i couldn't find an answer to my question. I have a button on a webpage which is linked to a controller. This controller prepares some data and calls the view. In the view I have a php variable with this data.
I want to open a…

Chris
- 159
- 3
- 14
0
votes
1 answer
Highlighted tabs in chrome extension API
Please give me an advice on chrome extension API. I'm trying to write a code that would do the same thing like when I highlight all the tabs in chrome, click the right button on them and choose reload, so all the tabs get reloaded together at once.…

plavozont
- 807
- 9
- 17
0
votes
1 answer
MVC's ActionExecutingContext HttpContext.User.Identity.IsAuthenticated Returns False When Signing in on Multiple Browser Tabs
During a custom ActionFilterAttribute's OnActionExecuting method, we ensure that the user is still logged in before performing some actions. We do this by doing something similar to this pseudo code:
public override void OnActionExecuting(…

Terry
- 2,148
- 2
- 32
- 53
0
votes
1 answer
Infinite loop and xmlhttprequests in multiple tabs
I have a PHP file with infinite loop while(true){}. The file is loaded with Ajax request.
If I have multiple tabs opened in the same browser, is it possible to reffer only to one request?
I mean, if I open 10 tabs the ajax request will open my php…

John
- 7,500
- 16
- 62
- 95
0
votes
1 answer
Best way to keep session ongoing when going to other tab
What is the best way to keep the same session when you open the same java webapp in another tab in the browser with passing parameters like username/password in most secured way.
The purpose behind is to navigate the webapp to next navigation page …

GingerHead
- 8,130
- 15
- 59
- 93
0
votes
1 answer
Managing multiple accounts in one session with multiple tabs open
Scenario:
I have an administration-application which manages the user accounts for another application. Now I would like to place an user-specific-link (e.g. Click here to login with user1) in the administration-application allowing the admin to…

Seybsen
- 14,989
- 4
- 40
- 73
-3
votes
1 answer
How to make the user not duplicate browser tabs?
There was a task to make each web page of the project not repetitive. Those. the user should not, as a consequence of inattention within the same browser, open multiple duplicates of the same web page. Please suggest a specific solution.

iliaschet
- 1
- 3