Connecting Tech Pros Worldwide Help | Site Map

Display subsets of data without refreshing page

Newbie
 
Join Date: Jul 2007
Posts: 12
#1: Jul 17 '07
hi

In a whole page i have one box and in that box there are many name ( like 1000) and i have display only 10 names and a link button more

if i press on that linkbutton it shold display the next 10 members without refreshing the page.


Could u plz tell me the answer its very urget!!!!!!!!!!!!!!!!
plz reply to this mail id
**** - email removed (against site rules)
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Posts: 4,126
#2: Jul 17 '07

re: Display subsets of data without refreshing page


hi ...

you are welcome at TSDN ... and: never post your e-mail ad to a public site ... the next mod that will find it will delete it ... its for your own security ... for example you won't get spammed i think ;)

now to your problem: do you have the entire list (the names you mentioned) within your page already? ... if so you may put them to a javscript-list (array or object ... which you prefer) may be in the 10 pieces chunks already ... and then display only 10 of them at a time ... when clicking a link or button you call a function that displays the next chunk etc. ...

do you have some coding done so far?

kind regards
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#3: Jul 17 '07

re: Display subsets of data without refreshing page


Changed the thread title.
Reply