glish_dreams
06-10-2008, 04:29 AM
Im making a web form, where the user will select which continent there on. That will then 'unhide' a drop box with a list of Country Codes found in that continent. At the same time, it will also 'unhide' a drop box with a list of Time Zones found in that continent.
I can get it to load one drop box, but not two based off the first boxes selection.
Honestly, I rather hand code 3 large arrays in JS over just using ajax and php/mysql. Reason is, iv already hand coded rather large arrays as it is, and the work put into those , i dont want to loose. Also I have all the information needed inside excel, and I can use functions to help print the array for me.
Ex.
North America
Canada - United States - Mexico
(us) Eastern - Central - Mountain - Pacific
I can get it to load one drop box, but not two based off the first boxes selection.
Honestly, I rather hand code 3 large arrays in JS over just using ajax and php/mysql. Reason is, iv already hand coded rather large arrays as it is, and the work put into those , i dont want to loose. Also I have all the information needed inside excel, and I can use functions to help print the array for me.
Ex.
North America
Canada - United States - Mexico
(us) Eastern - Central - Mountain - Pacific