从网络浏览器检测条形码扫描仪
在 Java EE Web 应用程序中,我需要从条形码扫描仪(连接到用户的计算机 - 客户端)读取数据,在文本框中显示数据并将代码发送回服务器。我想我明白了如何做到这一点。
是否可以检测扫描仪是否已连接/打开,如果没有,则在网页中显示扫描仪未连接的警告? (使用一些activex控件或任何其他方法)
In a Java EE web application, I need to read data from barcode scanner(connected to the user's machine - client side),display the data in a textbos and send the code back to the server.I think I understood how to do it.
Is it possible to detect whether the scanner is connected/turned on and if not, display a warning in the web page that the scanner is not connected? (using some activex controls or any other method)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我这样做时,我只是使用一个文本字段来捕获来自扫描仪的输入。
为什么需要检测扫描仪?
When I did this I simply used a textfield to capture the input from the scanner.
Why do you need to detect the scanner?