问题描述
我有一个ASP.NET Web应用程序,其中的一部分需要作为面向公众的终端在Web浏览器中运行。
基本上,它用于捕获
管理员将登录并准备将应用程序设置为终端模式。
/ p>
该终端是一台具有键盘和/或鼠标之类设备的普通PC。
我想防止用户来自:
查看浏览器菜单,后退按钮和/或在URL中输入其他URI,还不允许键盘快捷键绕过正在运行的应用程序的预期循环功能?
哪种浏览器最适合如上所述的禁用功能的功能?该应用程序可在IE / FF / Chrome / Opera / Safari上运行。
如何配置机器和/或浏览器,使其处于锁定状态以防止未授权/意外使用
另一方面,我想Web应用程序会话需要有无限的超时时间?
谢谢您的输入!
已编辑:我暂时不回答问题...我希望看到也突出显示其他浏览器可能选项的回复
您可以在信息亭模式下运行Internet Explorer。
请参阅此。
简单地说,使用-k参数启动Internet Explorer
似乎也有一些商业产品可用,。
I have an ASP.NET web application where a portion of it needs to run in a web browser as a public facing terminal.
Essentially it is used to capture anonymous user feedback (wizard control on a .aspx) in a commercial location such as a shop.
An administrator will login and prep the application for 'terminal' mode.
The terminal is a normal PC with keyboard and/or mouse like device.
I would like to prevent users from:Viewing the browser menu's, pushing back button and/or entering a different URI in the URL and also disallow keyboard shortcuts from bypassing the intended looping functionality of the application that is running?
Which browser is best suited for its ability to disable functionality as mentioned? The app runs on IE/FF/Chrome/Opera/Safari.
HOW would one go about configuring the machine and/or browser so it is locked to prevent unauthorized/unintended use?
On a side note, I guess the web application session needs to have an unlimited timeout?
Thanks for your input!
EDITED: I am leaving the question as unanswered for now... I would like to see responses that highlight possible options for the other browsers as well.
You can run Internet Explorer in Kiosk mode.Please see this MS KB article.
Simply put, start Internet Explorer with the -k argument
There seems to be some commercial products available also, like this.
这篇关于Web浏览器锁定:如何?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!