kamkam
01-24-2009, 09:27 AM
country:
<select name="country">
Hi;
How can make me selectting a country and then come out with a relative cities ? Thanks
for example if i select the American
<select name="country">
<option value="american">american </option>
<option value="australia">australia </option>
</select>
then come out with the following chose
city:
<select name="city">
<option value="austin">austin</option>
</select>
for example if i select the Australia,then come out with the following chose
city:
<select name="city">
<option value="brisbane">brisbane</option>
<option value="canberra">canberra</option>
<option value="gold coast">gold coast</option>
</select>
<select name="country">
Hi;
How can make me selectting a country and then come out with a relative cities ? Thanks
for example if i select the American
<select name="country">
<option value="american">american </option>
<option value="australia">australia </option>
</select>
then come out with the following chose
city:
<select name="city">
<option value="austin">austin</option>
</select>
for example if i select the Australia,then come out with the following chose
city:
<select name="city">
<option value="brisbane">brisbane</option>
<option value="canberra">canberra</option>
<option value="gold coast">gold coast</option>
</select>