There is a strange requirement. I want to open a tab in a window which is previously opened using window.open(). So if the window is already open, next time open tab in that already opened window. I tried with the reference of the existing window to open a tab but it always opens a new window.
Thanks in advance.