简体   繁体   English

如何使浏览器窗口不可最小化,使其始终位于顶部并通过必要的任何方式将其置于操作系统的一角(javascript / html / C#)?

[英]How to make browser window not minimizable, always on top and have it on a corner of the OS by any means necessary(javascript/html/C#)?

We have any existing web application and our client wants us to make the it run always on top of the operating system and non-minimizable, by any means necessary? 我们有任何现有的Web应用程序,并且我们的客户希望我们通过任何必要的方法使它始终在操作系统之上运行并且不可最小化。

Like so 像这样

I tried looking for a solution on the internet of html/javascript/chrome setting having control over the window but so far, no luck. 我尝试在html / javascript / chrome设置的互联网上寻找一种可以控制窗口的解决方案,但到目前为止,还没有运气。

Is this possible? 这可能吗?

You cannot (consistently). 您不能(一致)。 Deliberately malicious actions are generally restricted by browsers. 故意的恶意行为通常受到浏览器的限制。

暂无
暂无

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

相关问题 div的左上角是否始终在JavaScript中以0,0开头的坐标? - Have top left corner of div always start the coordinates at 0,0 in javascript? 如何使元素始终位于屏幕的右上角 - How to make an element to be always in the top right corner of the screen 如何使DIV始终浮在右上角的屏幕上? - How to make a DIV always float on the screen in top right corner? 如何计算HTML元素的左上角和窗口的左上角之间的距离? - How to calculate the distance between the top-left corner of an HTML element and the window top-left corner? 如何使弹出窗口始终位于顶部 - How to make Popup window always on top 无论浏览器窗口大小如何,如何使图像始终在另一个图像上对齐? - How can I make an image always be aligned on top of another one regardless of browser window size? 在窗口的左上角制作模态 - Make a Modal at the Top Left Corner of the Window How to send a C# object to the browser to have it as a JavaScript JSON object? - How to send a C# object to the browser to have it as a JavaScript JSON object? 如何强制浏览器窗口始终位于顶部且处于焦点位置 - How do I force a browser window to always be on top and in focus 所以我有这个书签,但我不喜欢 window 的 position。 我怎么能把它放在左下角,而不是右上角? [等候接听] - So i have this bookmarklet but i dont like the position of the window. How could i make it in the bottom left corner, rather than the top right? [on hold]
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM