monkeytooth Posted August 1, 2008 Share Posted August 1, 2008 Alright, I have seen it done, I know you have too. But what is it? It's not PHP is it.. What I am talking about the best example would be a form where you type your phone number where the form has 3 inputs.. Area Code, First 3 Digits, Last 4 Digits.. now you get to that section of the form. Type the area code and something makes the focus switch from the area code to the first 3 digits, after the 3rd digit of the area code is typed.. what is that? Better yet how is it done, and what exactly is the technical term developers use for that type of jumping from field to field function Quote Link to comment https://forums.phpfreaks.com/topic/117769-solved-input-to-input-to-input-how/ Share on other sites More sharing options...
DeanWhitehouse Posted August 1, 2008 Share Posted August 1, 2008 Javascript,what you need to do is run a function on change that checks the length , and then when max length is reached it will switch focus Quote Link to comment https://forums.phpfreaks.com/topic/117769-solved-input-to-input-to-input-how/#findComment-605717 Share on other sites More sharing options...
monkeytooth Posted August 1, 2008 Author Share Posted August 1, 2008 good to know, thank you. Quote Link to comment https://forums.phpfreaks.com/topic/117769-solved-input-to-input-to-input-how/#findComment-605745 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.