jiapei_jen
07-13-2007, 08:19 PM
My web page has a 'table'. In this 'table', I have implemented functions that are invoked by key strokes. And I also have implemented functions invoked by mouse clicks.
The key strokes functions have been tested work if I keep using keyboard key strokes. The mouse clicks functions also work if I keep clicking my mouse.
However, if I mix using key strokes and mouse clicks, the key stroke functions stop working after mouse is clicked.
How this kind of problem can be resolved?
The key strokes functions have been tested work if I keep using keyboard key strokes. The mouse clicks functions also work if I keep clicking my mouse.
However, if I mix using key strokes and mouse clicks, the key stroke functions stop working after mouse is clicked.
How this kind of problem can be resolved?