websmith
02-24-2006, 02:10 PM
Hi,
Firstly and fortrightly, my javascript sucks so I could do with some help until I improve. Here's what I want to do; I have an Access table of countries and regions with an ID and ParentID field. Those with a ParentID of 0 are countries. I can manipulate them using ASP to include in a web page, but I want to add a drop-down list of all countries and when a country is selected another dropdown list is populated with the regions of that country - i.e. those with a ParentID equal to the ID field of the parent. I've been through all of the threads but can't find anything to apply (there's probably something there but I don't recognise it!). Any help appreciated.
Firstly and fortrightly, my javascript sucks so I could do with some help until I improve. Here's what I want to do; I have an Access table of countries and regions with an ID and ParentID field. Those with a ParentID of 0 are countries. I can manipulate them using ASP to include in a web page, but I want to add a drop-down list of all countries and when a country is selected another dropdown list is populated with the regions of that country - i.e. those with a ParentID equal to the ID field of the parent. I've been through all of the threads but can't find anything to apply (there's probably something there but I don't recognise it!). Any help appreciated.