![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jul 2005
Posts: 100
OS: Windows XP Pro
|
Many links..
I've designed a website using tables.. no frames. There is a link to view our catalog. Problem is there's 33 pages plus the front and back of the catalog!
I need to figure out something to go over the pages for navigation. Currently I have a prev, home, and next button. Which obviously goes page by page. I'd like to figure out a nice way someone can select any page they want. For instance, if a customer is currently viewing page 4, and wants to goto page 20 they can. They don't have to keep pressing the next button until they get to 20. I'd like to stay away from flash.. javascript is okay. Maybe someone can suggest me something nice?! |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Registered User
|
You could create a thumb nail map or just put all the page number at the bottom. Kind of like what you see when you view a post with multiple pages.
__________________
"If it's really a supercomputer, how come the bullets don't bounce off when I shoot it ?" <<PC Pitstop>><< AVG Free>><<Spybot>><<Everest 2.0>><<Trend Micro House Call>><<HijackThis How-to>> |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Jul 2005
Posts: 100
OS: Windows XP Pro
|
I thought about doing that and I can do it myself with some graphics and me laying the graphics and what they link to on every page, but that's a lot of work. I was just thinking maybe there's an easier way like something that'll make it all for me if I just tell it the pages I want it to goto.
|
|
|
|
|
|
#4 (permalink) |
|
Retired
|
you can do this through javascript. Try this:
<script language="javascript"> <!-- for (i=1;i<= 33;i++){ document.write("<a href='page" + i + ".htm'>" + i + "</a> - "); } --> </script> change 33 to however many pages there are in the catalogue. Also, this assumes you are naming the cataloge pages "page1.htm", "page2.htm", "page3.htm", etc. It works. Give it a try.
__________________
Last edited by gamerman0203; 12-22-2006 at 06:58 AM. Reason: removed unecessary variable declaration |
|
|
|
![]() |
| Thread Tools | |
|
|