Click here to Skip to main content
15,921,716 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello everyone,
in my web application i have an login page and other webpages which are in Master Page.
I want to open my target page in full screen(as in like F11 mode or chrome less window)but am not able to do that as my login page is redirected to the target page and another click event is not been handled by th login chrome less
Posted

1 solution

You can achieve fullscreen mode by opening a new window that has defined the parameter "fullscreen=yes":
http://javascript.internet.com/navigation/full-screen.html[^]

The code you find here will resize the window but not the actual fullscreen mode (F11 mode) you would like:
http://support.microsoft.com/kb/287171[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900