0
I have a page html
, multi-field input
, where I want to pass them in sequence using the tab key.
I used the tabindex=""
to follow the correct sequence.
But one of these fields reloads the page to bring values from the database, according to the inserted id.
I need that, after reloading the page, the sequence continues from the last field where value was inserted, but what is happening is that the cursor goes back to the first input
on the page.
Does anyone know how I can solve this problem?
Thank you!
Post code John. See what you already have, makes it easy to find a solution.
– Ricardo Mota