|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: problem in href and paginationby john_oshea (Priest) |
| on Dec 17, 2005 at 15:55 UTC ( [id://517518]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
If I'm reading that correctly, it sounds like you want something AJAX-y to dynamically update a single page without the user having to reload it. If that's the case then something like CGI::Ajax would probably be worth looking at. If you have a sufficiently small amount of data you could 'cheat' somewhat by loading all the data into a number of <DIV>s with all but one styled with visibility: hidden; and then use Javascript to show and hide them on the fly. Hope that helps
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||