kitykity
07-04-2003, 07:57 AM
Hello there! I need help with this page:
http://www.kitykity.com/photoalbum/newalbum.html
It's a javascript photo album that I've created from scratch, and been working on over time. The newest addition is the category feature. I have it set up so that there is a category listed in each multidimensional array item. The script pulls lines out of the Mainarray that are in that category, and puts them into an Activearray. The problem is, that the correct items aren't showing up when you select a category; I'm thinking that you have to empty out an array before you add new items to it? How do you do that?
http://www.kitykity.com/photoalbum/newalbum.html
It's a javascript photo album that I've created from scratch, and been working on over time. The newest addition is the category feature. I have it set up so that there is a category listed in each multidimensional array item. The script pulls lines out of the Mainarray that are in that category, and puts them into an Activearray. The problem is, that the correct items aren't showing up when you select a category; I'm thinking that you have to empty out an array before you add new items to it? How do you do that?