I have a table displaying some leave information about staff. In the table, the value for "from" date, "to" date and leave entitlement for staff is retrieved from the database and are allowed for update. I'm using onChange function to keep the table updated wherever there is any of the value is updated. Everything is working fine.
However, there is a problem is that....every time the page is reloaded (after onChange function is called), it is "scrolled back" to the top of the page again. This causes inconvenient, especially when i'm having a lengthy page (the table is a long listed one).
Is there any way i can improve this, to have a more convenient webpage for my users?
Thanks for any help:)