How to get the width/height of the active area in a browser?

  • Thread starter Thread starter Jim Ciotuszynski
  • Start date Start date
J

Jim Ciotuszynski

Anybody know where I can find an example or documentation on how to get and
possibly set the width/height of the active browser's window.

Thank in advance,
Jim Ciotuszynski
 
Using javascript, you can use the screen object to get window information,
and you can resize the window using the window object.
 
Thanks,

Chris Jackson said:
Using javascript, you can use the screen object to get window information,
and you can resize the window using the window object.

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Shell/UI
Windows XP Associate Expert
 
Back
Top