Disable the minimize button in Internet Explorer IE9

半世苍凉 提交于 2019-12-24 06:44:31

问题


I can use window.open resizable=no to disable/grey out the maximize button, but when I try to use dialog=yes,minimizable=no the minimize button won't grey out/disable, Please help me find a way to disable this minimize button, Thanks!

I want to apply this setting to a kiosk computer because I dont want user to minimize their browser and leave their credential open for the next person


回答1:


"Dialog" and "Minimizable" are not valid options. You cannot, and should not, prevent a user from being able to minimize a window on their desktop.

If you wish to run the browser on a Kiosk, I would suggest loading the browser in Kiosk mode.



来源:https://stackoverflow.com/questions/10361025/disable-the-minimize-button-in-internet-explorer-ie9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!