jquery - Javascript Parent/ Child Id Control -
can name of window opened using window.open changed dynamically main parent?
we have menu system opens new windows when link clicked. new window has other windows can opened it. method works fine in 1 session environment. when users try open second window same option first window replaced. know due them both using same name. can main menu program coded change name each time menu item clicked? can same menu program change name of children windows first window?
the best method can think of finding way javascript listener opened , triggers each time link clicked, within each separate parent/child tree. don't know if possible.
i know have option append unique number each window.open command name, looking way allow menu program handle this.
i looking method won't require changing child programs.
thank you.
Comments
Post a Comment