Maybe you have to look for some javascript to get what you want, take a look at this code here:
function ControlForm(Form){
flag=1;
numofchar=document.Form.text.value.length;
if (numofchar>10){
....
here you can put the code to
get the focus on the input you want
sorry I've never done it
and I don't know how is it
}
}
See you
fab
Harald wrote:
Hi folks
I have two Input fields (day and month) and what I would like to do is if one reaches the end of one field the curser should jump automaticly to the next field for continuing typing. Is there any solution with PHP ???
THX