Web浏览器进入kiosk模式

编程入门 行业动态 更新时间:2024-10-28 08:15:59
本文介绍了Web浏览器进入kiosk模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我目前已经找到了一种方法来放置当前安装的Internet Explorer进入kiosk模式使用asp和VB

I have currently found a way to place the currently installation of Internet Explorer into kiosk mode using asp and VB

System.Diagnostics.Process.Start("iexplore", "-k " & "www.google.co.uk")

在-k参数是把浏览器的进入kiosk模式的命令,但是,其他浏览器如铬只能将页面的新实例到另一个标签和Firefox只是打开浏览器,而无需加载窗口。我需要知道什么命令通过,使得Chrome和Firefox将在同样的方式回应IE

the "-k" parameter is the command that puts the browser into kiosk mode, however, other browsers such as chrome will only put the new instance of the page into another tab and firefox just opens the browser without loading the window. I need to know what commands to pass so that chrome and firefox will respond in the same way as IE.

非常感谢

推荐答案

Chrome浏览器可以做Kiosk模式使用此命令。

Chrome browser can do KIOSK mode with this command.

chrome.exe --chrome-frame -kiosk "your web page".

使用Chrome的好处是,你可以建立一个可以使用WebKit动画应用程序和他们的KIOSK类应用看起来棒极了。

The good thing with Chrome is that you can build apps that can use the webkit animation and they look great for a KIOSK type applications.

更多推荐

Web浏览器进入kiosk模式

本文发布于:2023-11-10 01:42:43,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1574012.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:浏览器   模式   Web   kiosk

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!