简体   繁体   中英

Disable the minimize button in Internet Explorer IE9

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

"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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM