In my project, in a main popup window, operators can call out multiple popup windows from it. A feature to be developed is that when operators close that main popup window, others popup windows are also closed. The problem is that in Ignition, window instances have the same name, I have checked that window.hashCode() can be used to identify different window instances but nothing to do with that code to close the window.