How do I create a chromeless window?

后端 未结 3 1350
有刺的猬
有刺的猬 2020-12-10 23:41

We used to be able to use javascript in IE to produce a chromeless window...no buttons, scrollbars or even the standard edges of the browser window.

My question: Is

3条回答
  •  离开以前
    2020-12-11 00:17

    Nope, and because it was abandoned for security reasons (exploit example from 2004 here), it's not likely to come back. Sadly.

    Related:

    • Mozilla Prism, a framework to run chromeless web apps (without the browser controls)

    • Kiosk mode in IE

    • Kiosk mode in Opera

    • Secure Kiosk Plugin for FF

    (all of these require setting up on the client's machine)

提交回复
热议问题