How to make a tab control navigate open by my software with JavaScript and localStorage? [closed]

3

My question is how to do a tab control, open from browsing my software, with JavaScript and localStorage? For various reasons that does 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, this is necessary that I mainly control the number of open tabs for the following requirements are met:

  • There is a session control that should 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 open tabs, you should close all other tabs and redirect the current tab to the login page, closing the session as well;
asked by anonymous 11.03.2016 / 21:01

0 answers