Click to See Complete Forum and Search --> : Touch screen application using HTML/Javascript?


codingisfun
02-27-2008, 09:33 AM
I have a project to implement touch screen like a Kiosk. This is primarily for warehouse merchandise transfers. User scans an item and punches quantity on the screen and update database

Can this be done using HTML and Javascript? I did not know where to post such request.

Thank you.

ray326
02-27-2008, 12:12 PM
The scanner and touch screen aspects of it is purely hardware and drivers that make the scanner look like a keyboard and the touch screen events look like mouse events. The application can be done as a standard HTML form.