Here is my simple data
John Smith Individual 010987654
I have three textboxes and the above data will automatically insert in the first textbox of my web page.
My problem is
How can I make as soon as data is inserted in the textbox (means when textbox’s onchange event is fired)
- First, javascript will find ‘tab’ space in this string
- Second, if find ‘tab’ space in the string, javascript will press ‘tab’ key and insert data in the another text box.