Thursday, March 29, 2012

Maximizing an aspx page

Anyone know how to make sure a screen is maximized everytime it is opened by
a user?

Scott1. This is not recommended for user experience.
2. If it is in your intranet, you could try to run IE in
kiosk mode.
3. Browser cannot be maximized by code. What You can do is
to get the width and height of the screen and resize the
browser to what you can to simulate the size.

Bin Song, MCP

>--Original Message--
>Anyone know how to make sure a screen is maximized
everytime it is opened by
>a user?
>Scott
>
>.
Try the following link.
http://developer.irt.org/script/212.htm

HTH,
Suresh.

>--Original Message--
>Anyone know how to make sure a screen is maximized
everytime it is opened by
>a user?
>Scott
>
>.
either that or do a window.open and pass, theatremode=yes as an argument.
Not sure if it is theatremode or channelmode. You will need to look this up.

--
Regards,
Alvin Bruney
Got DotNet? Get it here...
http://www.networkip.net/dotnet/tidbits/default.htm
"Suresh" <anonymous@.discussions.microsoft.com> wrote in message
news:02eb01c3c0f5$3cf89370$a301280a@.phx.gbl...
> Try the following link.
> http://developer.irt.org/script/212.htm
> HTH,
> Suresh.
> >--Original Message--
> >Anyone know how to make sure a screen is maximized
> everytime it is opened by
> >a user?
> >Scott
> >.

No comments:

Post a Comment