Forum Moderators: open
I have two elements: <input type="text"> and <select>.
I want to setup onkeypress function on the <input> element, so that when the user presses keys, while focused on the <input>, these events should be passed to the <select> onkeypress, as if he pressed keys on the <select> itself.
Is this possible and if yes: how?
Thanks for your answers in advance!