1. Getting focus on first field on Form load coderanch.com |
2. Focus + Validation + enabled/disabled fields coderanch.comHi all, Sorry for my English. I have two consecutive fields (order and supplier). According to my system the first one will be enabled and the second one will be disabled. I have a InputVerifier that if the first field value is ok the second field will turn enabled. However, the focus should go from the first field to the second ... |