I have a form where the user enters the date of birth into thre seperate text boxes.
day, month & year.
what I am trying to do is get the form to jump from one textbox to the next where the user has typed in
i.e. 01 for the day, the focus jumps to month,
they type 08.. the focus jumps to year ,
the user types 79.
this avoids the user having to press tab or use the mouse to change fields.
I assume I would need something like
if day=(2 char)
month=onfocus.
any ideas?
thanks
John
day, month & year.
what I am trying to do is get the form to jump from one textbox to the next where the user has typed in
i.e. 01 for the day, the focus jumps to month,
they type 08.. the focus jumps to year ,
the user types 79.
this avoids the user having to press tab or use the mouse to change fields.
I assume I would need something like
if day=(2 char)
month=onfocus.
any ideas?
thanks
John