Auto next input
Hi,
I have a form where some fields sometimes almost all are set to not editable.
I want to make it easier for the user to key in information and therefore want the application to skip non editable inputs and to jump between only editable.
It is not possible for me to use something else than inputs as the page is dynamical and the fields changes readonly state with the data.
Is there a solution to skip the not editable fields, I use the following code to inactivate editing:
field<%=CStr(Fieldarr(0,FieldNumber))%>.getContent('box/text').setAttribute('readonly',true);
Thanks,
I have a form where some fields sometimes almost all are set to not editable.
I want to make it easier for the user to key in information and therefore want the application to skip non editable inputs and to jump between only editable.
It is not possible for me to use something else than inputs as the page is dynamical and the fields changes readonly state with the data.
Is there a solution to skip the not editable fields, I use the following code to inactivate editing:
field<%=CStr(Fieldarr(0,FieldNumber))%>.getContent('box/text').setAttribute('readonly',true);
Thanks,
Flaffer
July 13,