I adapted this from an example provided by pguerett call "sanity-check"
(in another thread that I can't seem to locate right now) which
performed a similar function based on a checkbox.I have a drop down menu
with a change event to set focus the a text menu IF the dropdown item is
changed to "other".In the text field I have an exit event that "should"
give a popup msg then set focus back to the dropdown field, IF the
dropdown item is "other" AND the field is null on exit.However, this is
not wor...