How do I control tabs open by my software with Javascript and localStorage?

Asked

Viewed 192 times

3

My question is how to do a tabbed control, open from browsing my software, with Javascript and localStorage? For several reasons that do not come to the case my web software works with the opening of new browser tabs to each functionality that the user wants to access, with this it is necessary that I mainly control the amount of open tabs so that the following requirements are met:

  • There is a session control that must remain active while at least one tab is open;
  • When closing all tabs the session should be closed;
  • When using the "Exit System" option with several tabs open, you should close all other tabs and redirect the current tab to the login page, also ending the session;
  • Freddie Highmore, it’s you?

  • No Silvio, hehehehe

  • Guys like me could be more specific on that kind of question?

  • That your "software" that would control the tabs would be done in which language?

  • This control should only involve the front-end, in this case HTML5 and javascript (jquery).

  • I think it is not possible to do this only with web languages..

  • @Lucasboeingscarduelli managed to perform this type of control? , I have a web software that needs to have this kind of control

Show 2 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.