> -----Original Message----- > From: grovem [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 29, 2005 4:20 PM > To: CF-Talk > Subject: CF Web Based Keyboard > > I am developing a kiosk system that will simply use IE and a cold fusion > server. > I will be using a touch screen and would like to eliminate the keyboard. > > Has anyone developed a web based keyboard that when you press the keys, > they fill in a form. > I am assuming this can be done in flash, but can it also be done using > html and CFML. > > Keys would only be alphanumeric. No special keys at all.
There are definitely web-based keyboards out there - some places (for example CityBank) are now using them for password input in an attempt to circumvent key loggers. However there's a good on-screen keyboard built into Windows already. It's usually here: %SystemRoot%\system32\osk.exe There are also a lot of other on-screen keyboard applications (mostly to help with accessibility). They might do what you want... using HTA (perfect for a kiosk) you can launch such applications from the web application easily. Of course thye might be too much (it gives access to function and windows keys which you may not want). There also this: http://www.sitekiosk.com/ I've heard good things about it but have never used it... from what I remember it's essentially an IE wrapper that lets you present secure information in a kiosk. You can control what sites/domains can be visited, what programs can run and so forth. It also provides an on-screen, touch-capable keyboard. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219700 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

