View Single Post
Old 05-17-2004, 02:38 PM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,486
sde is on a distinguished road
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
sde is offline   Reply With Quote