Java窗口
各位朋友,在一个主窗口的上面,再打开一个子窗口,原来的主窗口还在,但子窗口不关,就点不了主窗口??
[解决办法]
window.showModelessDialog( 'test.htm ',null, 'dialogWidth=0px;dialogHeight=0px;status:0;help:0;resizable:1;unadorned:1 ');
发布时间: 2011-12-31 23:50:30 作者: rapoo
Java窗口
各位朋友,在一个主窗口的上面,再打开一个子窗口,原来的主窗口还在,但子窗口不关,就点不了主窗口??
[解决办法]
window.showModelessDialog( 'test.htm ',null, 'dialogWidth=0px;dialogHeight=0px;status:0;help:0;resizable:1;unadorned:1 ');