Hi all!
I'm working on a form which the user reloads many times while filling it to change fields accaording to what the user fills.
My problem is that i need the focus to be on the last filled field when the page is reloaded.
I'm using this.form.submit(page.php).
I thougth of sending a variable to identify the field to focus, so i tried this.form.submit(page.php?submit=myField). It didn't work out. The variable was not sent or I couldn't get it latter.I tried reaching it with both, get and post.
Well, any suggestion are welcome.
Thanks a lot.
I'm working on a form which the user reloads many times while filling it to change fields accaording to what the user fills.
My problem is that i need the focus to be on the last filled field when the page is reloaded.
I'm using this.form.submit(page.php).
I thougth of sending a variable to identify the field to focus, so i tried this.form.submit(page.php?submit=myField). It didn't work out. The variable was not sent or I couldn't get it latter.I tried reaching it with both, get and post.
Well, any suggestion are welcome.
Thanks a lot.