I tried posting this to js-jive (yahoo) and didn't get a response, so I guess I'll try here, since there's a lot of smart Javascripters on this list.
I need to create some multidimensional arrays, but things aren't working like I expect ... this isn't working var holidayPackages = new Array(); holidayPackages = ["Explorer 60", "GetAway Plus", "Discovery", "GetAway 300"]; holidayPackages.["Explorer 60"].dates = ["Winter", "Easter", "Spring", "Value", "Summer", "Fall", "Halloween", "Fall 2", "Thanksgiving", "Holiday", "New Years"]; I can get holidayPackages.dates to display the dates, but of course that does me no good. Each package has its own unique set of dates. And then, each of those date elements are going to need their own arrays of info (prices, four each for each date) ... and ideally, each date element/label will have the actual calendar date assigned, based on with package ... so in other words, I'm trying to build a pretty complex array of arrays tree. But I can't get over this first hump. What am I missing? H. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

