简体   繁体   中英

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

i think this link to be helpful to you Stackoverflow another one

toolkit

You can't perform actions on the browser resize able parts except in IE. Check out this link http://www.w3schools.com/jsref/met_win_open.asp for more refernce.

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