Hi,
I'm creating a dynamic site but now I'm coming across a problem when I'm displaying input textbox.The textboxes uses two events onblur and onkeypress
These two events they invoke the same function which suppose to determine the function must be executed between Shownext() and tabbackorFront()
When a use uses tab key to go or display the next select dropdown it functions well ut when the user clicks tab+ctrl to go back the function that is called is the onblur instead of the onkeypress.
What I need is the way at which the events are called when tab+ctrl is clicked to go back