Just to elaborate on why that works and the previous example did
not.....You are using the change event....the value of the item that you
selct in the list is not committed until you exit the field. As a result
the value of the list is not correct and your test will always fall
through to the default. When you use event.newtext you are getting the
value you want then it is good to go.Paul