The div: <div id="mainContent">
should be wrapped around the child list, not the parent list on the main page.
On the child select, the recordset should be filtered using the name of the parent select list: "country"
You have it filtered with: $_POST['countryid']
Change that to: $_POST['country']