View Full Version : minimize the pop-up window
joeboxer
09-16-2003, 05:20 AM
how can i minimize the pop-up window, and stay on the back of the parent window?
million thx!!
glenngv
09-16-2003, 06:50 AM
You can't really minimize the window. But in IE, you can position the window outside of the visible screen.
joeboxer
09-16-2003, 06:54 AM
ok, then how can i put the child window on the back of the parent when it pop-up
glenngv
09-16-2003, 08:07 AM
var w = window.open('popup.htm',...); //open popup
window.focus(); //focus to itself
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.