Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to prevent the browser from minimize ?

i want to show the browser always maximize.
Posted
Comments
senguptaamlan 17-Sep-10 8:52am    
not possible...

I think you mean full screen by maximize here. If so, you can do it using Javascript.
Call something like:
JavaScript
window.resizeTo( screen.availWidth, screen.availHeight);


Here's a good link explaining all: How to resize the browser window to full screen size when it loads in Internet Explorer[^]
 
Share this answer
 
This is not possible to keep the browser maximize always or disable minimize button. If you want for a single page you can do this by opening a popup window with title bar disabled
 
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