| | I have various divs flowing around in my page where onkeydown event handlers are assigned. Is there any way I can set focus to a div or at least control who has focus when one looses it (blur ?). In my special case i present a list of database results after the user entered some search data. To avoid using the mouse I want the user to be able to select the record by siply hitting the Keybord. How can I move focus form the textox to the table or div ?? |

