I am using window.open to open a child window from the parent window. I want the child window to stay on top so the user can refer to it while making an entry in the parent window. Can this be done? I’m using Firefox at the moment, but it would be a bonus if it worked in all browsers.
I am using window.open to open a child window from the parent window. I
Share
How about using a popup div instead of opening a new window?