hello all member help me quick i am create a one form in 10 texbox. i am copy other web Url link when i am paste in textbox cursor not move automatically to the second textbox. and when paste the second textbox the cursor move the not third textbox. please help me how can move automatically cursor textbox only past. not mixmim leg using. send completely code java script and input code quickly thanks
<input id="first" type="text" onChange="document.getElementById('second').focus();" /> <input id="second" type="text" onChange="document.getElementById('third').focus();" /> etc. Code (markup): Or you can direct them to a function that counts the number of characters and focuses on the next textbox if the number is greater than what you want.