Maintain scrollbar position upon page reload

Twix

New Member
Hallo All,I would like to have the table content to go to the same position that it had before the page is refreshed rather than go to the top of the table content. In other words, if the user scrolls down, and a button triggers a page reload, I want table content to come back to the same position after the refresh. CSS used for my table is \[code\]#invoice_incomplete {width:850px;height:400px;overflow:auto;}\[/code\]Thanks in advance!
 
Back
Top