Most bar readers simply emulate a keyboard type of the the code it read in he current context and send an Enter code. Hence, a simple JavaScript script to put the cursor in a the BARCODE field and then submitt a post when it receives and Enter. Then loop back to the beginning.
//Nicholas --- Danny <[EMAIL PROTECTED]> wrote: > One way to do this is to code a plugin (using COM or > Java) that is > downloaded by the browser. The plugin then opens a > connection to your > server and passes the barcode data back. If your > plugin download is for your > customers, you will also need to get a security > certificate for your > downloadable plugin for verification purposes. > If you can interface to the barcode-reader using > Java, you could also write > an applet. How you would implement the client side > barcode data reader also > depends on the requirements for implementing the > barcode data reader at the > client tier. > > Danny > > ----- Original Message ----- > From: "Vijay Guda" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, January 08, 2002 11:13 PM > > > > Hi All, > > > > Could anyone please suggest me how to read data > from barcode-reader at the > > client tier in a web-application scenario. > > Thanks > > G.Vijay > > > > > =========================================================================== > > To unsubscribe, send email to > [EMAIL PROTECTED] and include in the > body > > of the message "signoff EJB-INTEREST". For > general help, send email to > > [EMAIL PROTECTED] and include in the body of > the message "help". > > > > > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] > and include in the body > of the message "signoff EJB-INTEREST". For general > help, send email to > [EMAIL PROTECTED] and include in the body of the > message "help". > ===== Nicholas Whitehead Home: (973) 377 9335 Cell: (201) 615 2716 Work(@ JP Morgan): (212) 235 5783 [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
