L
Larry Newnam
Goal: My user will have an RF gun (scan gun with keys) running a
simple app in IEMobile. I need to know when they press a function key
(like F8).
This does not work for me:
document.onkeydown = function getcode(ev) {
value = (window.external) ? event.keyCode : ev.keyCode;
alert(value);
}
Does anyone know of an alternative way to capture the event in
IEMobile?
Expect lavish praise if you can figure this out - that's all I can
offer really.
simple app in IEMobile. I need to know when they press a function key
(like F8).
This does not work for me:
document.onkeydown = function getcode(ev) {
value = (window.external) ? event.keyCode : ev.keyCode;
alert(value);
}
Does anyone know of an alternative way to capture the event in
IEMobile?
Expect lavish praise if you can figure this out - that's all I can
offer really.