jbetts1967
02-23-2003, 05:12 AM
I need a little help with a problem I can't get working. Here's the situation:
I have a photo gallery of approx 2200+ pics, they are in 8 separate galleries and use 11 pages for each gallery to display them. That's 88 pages. I want to cut them down to only 11 pages. The photos in each gallery will be named the same (IE: gallery01 - pic01, pic02,.., gallery02 - pic01, pic02,...) and so on. In order for this to work I need to pass params between pages so it know which gallery to goto to display the pages. On my main gallery page I have 1 button for each gallery (8 buttons total). When I click on button I want it to pass the param of that gallery number to the next page so it will know which gallery to display. Ihave tried this: <a href="photos.htm?gallery_num=1" but the page photos.htm doesn't recognize that number. How do I get it to recognize that number.
Within photos.htm I have a call made to an external .JS file. This file is what is used to display the photos when the cursor is placed over the number for that photo. (IE: when the cursor is placed over the number 3, pic03.jpg is displayed, when the cursor is placed over pic0102.jpg then that photo is displayed, ect...)
Thanks,
JB....
I have a photo gallery of approx 2200+ pics, they are in 8 separate galleries and use 11 pages for each gallery to display them. That's 88 pages. I want to cut them down to only 11 pages. The photos in each gallery will be named the same (IE: gallery01 - pic01, pic02,.., gallery02 - pic01, pic02,...) and so on. In order for this to work I need to pass params between pages so it know which gallery to goto to display the pages. On my main gallery page I have 1 button for each gallery (8 buttons total). When I click on button I want it to pass the param of that gallery number to the next page so it will know which gallery to display. Ihave tried this: <a href="photos.htm?gallery_num=1" but the page photos.htm doesn't recognize that number. How do I get it to recognize that number.
Within photos.htm I have a call made to an external .JS file. This file is what is used to display the photos when the cursor is placed over the number for that photo. (IE: when the cursor is placed over the number 3, pic03.jpg is displayed, when the cursor is placed over pic0102.jpg then that photo is displayed, ect...)
Thanks,
JB....