从网络浏览器检测条形码扫描仪

发布于 2024-09-13 08:07:18 字数 165 浏览 2 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒绊 2024-09-20 08:07:18

当我这样做时,我只是使用一个文本字段来捕获来自扫描仪的输入。
为什么需要检测扫描仪?

When I did this I simply used a textfield to capture the input from the scanner.
Why do you need to detect the scanner?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文