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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top