I am opening a window using this code:
JobWin = window.open(mypage,myname,settings)
The window that opens always gets minimized. How can I have the window stay on top?
Printable View
I am opening a window using this code:
JobWin = window.open(mypage,myname,settings)
The window that opens always gets minimized. How can I have the window stay on top?
Check the "settings" constuction as that will, I believe, contain all the window style, size, placment info.