Possible Duplicate:
How to disable minimize, maximize button in the browser?
I am using php and javascript.I am using IE, Please tell me how can i disable the minimize button using javascript. I have used this
window.open('url','',"fullscreen=yes,scrollbars=yes,minimize=no",true);
But only
minimize=no
or
minimize=0
is not working. I do not want to use open a box.can we call a function on minimize the browser ?
You can’t prevent the browser window from being minimized. The OS handles this functionality and it would be a security issue if you could…
Imagine one of those popup ads that you could not close or minimize. The horror!
You can use software designed for this purpose. Google for “public browser” or “browser kiosk” and you’ll find something.