简体   繁体   English

如何通过Javascript删除窗口的最小化和最大化属性

[英]How to remove minimize and maximize property of a window by Javascript

I want to remove minimize and maximize button from a window.我想从窗口中删除最小化和最大化按钮。 So that the Popup window that appears in front should not be able to disappear from the front until it is closed.这样出现在前面的Popup窗口在关闭之前应该是不能从前面消失的。 Also, the background window can not perform any operation until the front window popup is closed,even I cant minimize or maximize the background window.So, Can anybody tell me how to do the functionality for this in JavaScript?此外,在关闭前窗口弹出窗口之前,后台窗口无法执行任何操作,即使我无法最小化或最大化后台窗口。那么,有人能告诉我如何在 JavaScript 中实现此功能吗?

i think this link to be helpful to you Stackoverflow another one我认为这个链接对你有帮助Stackoverflow another one

toolkit工具包

You can't perform actions on the browser resize able parts except in IE.除了在 IE 中,您无法对浏览器可调整大小的部分执行操作。 Check out this link http://www.w3schools.com/jsref/met_win_open.asp for more refernce.查看此链接http://www.w3schools.com/jsref/met_win_open.asp以获取更多参考。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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