Paginator
General
This script makes pagination possible on your Web site. It uses an array to display the items you want to show, perhaps a small store or news items. You can choose how many you want to display on a page. Easy to implement.
If you can read this line it means that your products array has no element.
Notes
- Created by: Iulia Constantin
- Web Site: http://www.phpcoder.ro
- Posted: September 10, 2007
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: pages_content.js
External file
Paste this code into an external JavaScript file named: pages_array.js
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document


Leave a Response
(6 comments)You would need to provide additional details so your question is beyond the scope of these comments. You will need to post it over on [a href="http://www.webdeveloper.com/forum/forumdisplay.php?f=3"]the JavaScript forum[/a]. Thanks!
I tried using the code and am able to display the selected number of images perfectly. However, I am not able to paginate it. How do I get the display for next page?
You will need to submit your question to the [a href="http://www.webdeveloper.com/forum/forumdisplay.php?f=3"]JavaScript Forum[/a] for further help.
I'm not sure how it has been implemented on your Web page. You will need to submit your question to the [a href="http://www.webdeveloper.com/forum/forumdisplay.php?f=3"]JavaScript Forum[/a] for further help. Be sure and post a link to your page so they can see the code.
why is it not showing the top navigation (item menu)?