Browser tabs creates multuple instances of a sidebar for each tabs. I want only one sidebar for all
Posted
by BHOdevelopper
on Stack Overflow
See other posts from Stack Overflow
or by BHOdevelopper
Published on 2010-05-18T21:16:39Z
Indexed on
2010/05/18
21:20 UTC
Read the original article
Hit count: 281
I have a sidebar (iframe). The problem is, if you open a second tab (in the same browser) it creates a new instance of the same sidebar. That means i have now 2 sidebars. In exemple, if i close the sidebar in the first tab, i would like to have it closed in the second tab as well. Is it possible to have only one instance of a sidebar in a browser, so that even if i open a new tab, the sidebar is not affected. (the goal is to interact with evey pages we visit with one sidebar. If anyone need precisions, please ask. I'll be checking for responses every single days.
© Stack Overflow or respective owner