Search code examples
javascriptfirefoxalways-on-top

How to make child window stay on top?


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.


Solution

  • How about using a popup div instead of opening a new window?