Tagged Questions
0
votes
0answers
15 views
google search page - barcode input triggers event
I need a similar thing as google does on their search page. If the user enters something via keyboard or barcode scanner anywhere on the page, this input will be put in the search textbox. It really ...
2
votes
3answers
70 views
Scan barcode into a specific textbox
I am working on bar-code scanners. The bar-code scanner that I am using is a plug-n-play type and scans the code automatically wherever you place the cursor. But what i want is that whether i can scan ...
3
votes
2answers
326 views
How to handle binary data returned from barcode scanner?
I have a 2d barcode scanner (Honeywell Xenon 1900).
Scanning 1D barcodes is easy, as the scanner emulates keyboard events and sends plain text.
But when I scan PDF417 format 2D barcodes, the scanner ...
2
votes
2answers
199 views
How can i set a local Variable in Javascript in a function i used as parameter?
I've got a problem in Javascript using Barcodescannerplugin for Phonegap in an Android Application.
The plugin I use is bringing a small Javascript to enable using the Barcodescanner in my Phongap ...
0
votes
2answers
710 views
Is there a way to directly scan a QR code into a webpage via a webcam?
I want to allow a user to be able to enter data in a webpage by simply scanning a QR code.
I'm not sure if there is something I can embed into the page / combined with some library to achieve this, ...
0
votes
1answer
205 views
Barcode scanner and 2 submit buttons
I have a website where an operator have to choose "Yes" or "No" button using barcode scanner
What is the recomendad way to do this?
May be it will be good to use 2 barcodes, one for "Yes" and one ...
2
votes
0answers
666 views
Listen to keypress in HTML/JavaScript on iOS/Safari with Bluetooth Scanner/Keyboard without having to focus a field
I have the following setup:
iPad with Safari browser running a webb-application.
Bluetooth barcode-scanner connected/paired with the iPad.
My web-application listens to keypress events globally ...
2
votes
1answer
532 views
Prevent open downloads window in chrome with barcode reader
i have this problem with my website (MVC3, C#) and a barcode reader.
In my form i have something like this:
<ajax form....>
<input type=text />
<div id=list>
</div>
...
0
votes
1answer
169 views
Differentiating Windows CE barcode scanners with javascript
I am using the built in web browser on the scanner to access a javascript page with an auto focused form. It redirects the standard output stream to the form and submits it which puts the barcode into ...
1
vote
2answers
2k views
jQuery: Listening for automated scanner input from keyboard?
I'm writing a web app for a library system with a barcode scanner attached. The scanner's input presents as keyboard input, and it's always of the form ~~[\d]+.[\d]+~~, for example ~~470.002~~.
I ...
1
vote
2answers
2k views
How can I add a Javascript listener to capture input from bluetooth barcode scanner to iPad?
I'm having trouble logging keystrokes in javascript on the iPad. The following script works on Chrome and Safari, but not iPad Safari. The bluetooth barcode scanner sends 12 digits as keystrokes, then ...
2
votes
1answer
2k views
barcode scanner in JavaScript? Or plugin/extension
I'm looking at writing a USB barcode scanner interface to a web application (offline app). By this I mean that the scanner will be on the client machine not server. So I was wondering what the best ...
9
votes
3answers
2k views
Scanned value(using scanner) in the textbox
I am using Scanner(basic model) to scan the barcode. Scanned barcode will be captured in a textbox. In txtBarcode_TextChanged event i am getting the barcode to access.
Problem:
If i clicked the ...
