Hi,

I am developing an HTML page for use on a windows CE terminal. Unfortunately I cannot use Javascript for this task (which I would normally have done) as there are issues with CE and JVM. However, the problem or the task which I need to achieve is as follows:

I have a screen with three items on it. I would like these items (which are at present hyperlinks) to be selectable via a keypress "1", "2" or "3" accordingly. Does anybody know of a way to capture a keypress in plain standard HTML and action a hyperlink?

Thanks (hopefully) in advance!

DJ