简体   繁体   中英

How to disable the maximize button in window.open popup for chrome?

如何禁用或删除Chrome浏览器的window.open弹出窗口中的最大化按钮?

window.open("google.com", 'googlePopup', 'location=no,resizable=no,directories=no,titlebar=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=550,height=415,top=120,dialog=yes');

You cannot. Deliberately malicious actions are generally restricted by browsers.

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