MitchARTS
07-14-2002, 07:30 PM
hi!
now i have a other problem!
how do i get those popup maximized?
please help! thx!
bye
Mitch
MitchARTS
07-14-2002, 07:32 PM
erm...
i use this code:
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=,height=,left = 5,top = 5');");
}
// End -->
A1ien51
07-14-2002, 08:50 PM
....resizable=0,width="+window.screen.width+",height="+window.screen.height+",left = 5,top = 5');");
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.