|
i get it now. it's going to be really difficult. even if you managed to get it working ( with javascript probably ) it would still jump when the data refreshed.
if data is refreshing, then you are using a server-side language to generate the page right?
the best thing for you to do is set a limit to what the user is viewing. view maybe 50 rows at a time ( whatever fits in 1 page without scrolling ) , ... then make a paging .. but when the page refreshes itself, it will never move. this will make pages load faster too since you are only looping through 50 rows of data.
maybe there is a good way, .. but i don't know it.
__________________
Mike
|