Is it possible to send keyboard events to IE? I'd like
to trigger the function execKeyEvent as in:
<body onkeydown="execKeyEvent(event);">
If it is just a matter of implementation, please
consider me a voluteer, but I did not manage to
successfully call Dispatch.call(page,
Dispatch.DISPID_KEYDOWN); ...