Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 942
Andrew Fox Avatar asked Dec 20 '12 04:12

Andrew Fox


1 Answers

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

like image 67
3dgoo Avatar answered Oct 06 '22 21:10

3dgoo