use a onkeyup | onkeydown | onkeypress event and
Code:
if (event.keyCode == 190 || event.keyCode == 46) {
// do the focus setting routine here
}
190 is the full stop (period) key and 46 is the numeric pad del key
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|