FancyPrairie
Programmer
When the user presses the tab key the onblur event is fired for the field that has focus (window.event.srcElement represents this field). In the OnBlur event how can I tell which field is about to receive focus? That is, in the OnBlur event I need to know which field I'm coming from (srcElement) and which field I'm going to.