Hi Friends, I am having a form with lots of entries. I would like to change my focus to the next textbox, once i entered the value in the current textbox. and want to continue this process upto the last field. My question is, is it possible to simulate tab key through javascript coding once i enter the value in the text box.
Without pressing the tab key in keyboard, i would like to bring the same functionality through javascript. Is this possible ?