Hi All,

We are creating some webpages for Windows Mobile using JSP. We need to
capture the KeyDown events for Function keys. We were trying to achieve this
with JavaScript/JScript. We were able to do this in Desktop IE.
But the same code is not working in the pocket IE. The device we are using
is MC70 by Symbol.

We would like to know
1. If KeyDown event is supported in any version of Window Mobile IE ?
2. If yes, how can we capture it on web page ?

Sample code which I used for F1 key is attached below. as stated above its
working in Desktop but not in Windows mobile.

<HTML>
<HEAD>
</HEAD>
<BODY onKeyDown="alert('KeyDown: '+ window.event.keyCode)">
Version: 1.1
</BODY>
</HTML>

When we tried with the onload event in the body , it is working in the
mobile as well.

Basically, our requirement is to navigate to some other page, when the user
press any Function keys. Any pointers or suggestions to achive this
functionality ?

Is there any document available, which describes about the supported
javascript functions in PocketIE ?


Thanks in advance
Anoop
Mob : +61 432 421 195