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?
– Silvio Andorinha
No Silvio, hehehehe
– Lucas Boeing Scarduelli
Guys like me could be more specific on that kind of question?
– Lucas Boeing Scarduelli
That your "software" that would control the tabs would be done in which language?
– Silvio Andorinha
This control should only involve the front-end, in this case HTML5 and javascript (jquery).
– Lucas Boeing Scarduelli
I think it is not possible to do this only with web languages..
– Silvio Andorinha
@Lucasboeingscarduelli managed to perform this type of control? , I have a web software that needs to have this kind of control
– Thiago Motta Barboza