Connecting Tech Pros Worldwide Help | Site Map

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

Jim Ciotuszynski
Guest
 
Posts: n/a
#1: Nov 17 '05
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


Chris Jackson
Guest
 
Posts: n/a
#2: Nov 17 '05

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


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
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--

"Jim Ciotuszynski" <jcio@deltamedicalonline.com> wrote in message
news:OrqH2rWpDHA.2592@TK2MSFTNGP10.phx.gbl...[color=blue]
> Anybody know where I can find an example or documentation on how to get[/color]
and[color=blue]
> possibly set the width/height of the active browser's window.
>
> Thank in advance,
> Jim Ciotuszynski
>
>[/color]


Jim Ciotuszynski
Guest
 
Posts: n/a
#3: Nov 17 '05

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


Thanks,

"Chris Jackson" <chrisjATmvpsDOTorgNOSPAM> wrote in message
news:euEnGk8pDHA.3732@tk2msftngp13.phx.gbl...[color=blue]
> 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
> --
> More people read the newsgroups than read my email.
> Reply to the newsgroup for a faster response.
> (Control-G using Outlook Express)
> --
>
> "Jim Ciotuszynski" <jcio@deltamedicalonline.com> wrote in message
> news:OrqH2rWpDHA.2592@TK2MSFTNGP10.phx.gbl...[color=green]
> > Anybody know where I can find an example or documentation on how to get[/color]
> and[color=green]
> > possibly set the width/height of the active browser's window.
> >
> > Thank in advance,
> > Jim Ciotuszynski
> >
> >[/color]
>
>[/color]


Closed Thread