amanjarrez
Newbie
Posts: 1
Registered: 2/26/2004
Member Is Offline
|
| posted on 2/26/2004 at 06:02 PM |
|
|
Keeping Table state after back/forward buttons
Scenario:
1. the user gets a page X with a table
2. the user sorts the table or navigates within the table to a another table-page
3. the user access another web page Y. I.e. submits the form or clicks back
4. the user gets back to the page X by clicking back or forward
5. the table does NOT remember that last position/sort (i.e. last state)
The problem then is that there is no state kept.
I would imagine that this is because the broser renders again the html content with the initial source code.
Is the any way to remember the state?
|
|
|
|