Sometimes it is necessary to set the focus to the first available
form control. The problem is that complex web pages can contain multiple
forms and each form individually can contain hidden or disabled
elements and controls that cannot accept focus.
The code here iterates through all forms skipping hidden and disabled elements and stops when it finds the first available form control: more...
The code here iterates through all forms skipping hidden and disabled elements and stops when it finds the first available form control: more...
No comments:
Post a Comment