How does the browser handle multiple tabs? Are they a completely separate entity where interaction is impossible? I understand the concept of the browser sandbox and other security issues, but is it possible for the web page to interact with another tab in the browser?
Basically, my question is: if a user loads one web page in a new tab, is there a way to access the information of another tab that is already open or will be opened after?
I have one application concept that needs to know about another tab that is already open or open after my conceptual web page, but I don't know if this is possible.
source share