How do I open an ASPX page in maximized view?

A

Anon

Newbie Question.

How do I open an ASPX page in maximized view using C# and VB?

Thank you.
 
K

Kevin Spencer

You don't. While you may open a window of any size using JavaScript
(assuming that popups are not blocked), maximizing, minimizing, and
restoring the browser window are not options available to the script.

--
HTH,

Kevin Spencer
Microsoft MVP

DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
J

Jon

Newbie Question.

How do I open an ASPX page in maximized view using C# and VB?

Thank you.

Hello mate, you can't.

Opening of a window is a client side operation, therefore you'd need
to write some JavaScript to do it.

window.open will do the trick, have a google.

Jon
 

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

Members online

Forum statistics

Threads
474,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top