Re: [Echo-list] Windows
Brought to you by:
tliebeck
From: JP F. <jp...@ad...> - 2003-12-03 01:30:06
|
i've never figured out maximize, but i do know how to get the current resolution of their desktop, and then set the window to that. don't know if that's good enough, but here goes.... function Open(url,name,top,left,width,height) { var width = 'width='+width; var height = 'height='+height; var top = 'top='+top; var left = 'left='+left; var scrollbars = 'scrollbars=yes'; var resizable = 'resizable=yes'; var status = 'status=yes'; return window.open(url,name,width+','+height+','+top+','+left+','+scrollbars+','+resizable+','+status); } function LoadLas() { var width = screen.width-12; var height = screen.height-80; Open('/listweb/app','listweb',0,0,width,height); } > > From: "Kelleher, Michael" <Mic...@Ni...> > Date: 2003/12/02 Tue AM 11:18:54 EST > To: "Echo List (E-mail)" <ech...@li...> > Subject: [Echo-list] Windows > > Has anyone figured out a way to make a "Window" maximize itself? > > +---------------------------------+ > | Michael J. Kelleher | > | Application Technical Specialist| > | Nielsen Media Research | > +---------------------------------+ > > > > |