Possible Duplicate:
Internet Explorer full screen mode?
I am working in C#.Net web application. I am having Login.aspx and Menu.aspx. My requirement is, i will give the login credentials and will click the Login Button, the page will be redirected to Menu.aspx Page. At that time, the Menu.aspx should be in Full Screen ( like, F11 Keypress in Keyboard ).
I had tried with Window.Open in Login Button click event. The Menu.aspx opens in full screen mode, but in the background the login.aspx is in opened state. Once Login button is clicked, the Login.aspx should be closed and the Menu.aspx should be there.