1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| <tr>
<td width="300" class="padding_bottom_02">
</td>
<td width="306" class="padding_bottom_02" align="right">
<select name="pays" id="pays" onchange="change()">
<option value="-1"> </option>
</select>
</td>
</tr>
<tr id="region_part">
<td valign="top" class="padding_bottom_02" width="300">
<label for="subdivision_1"></label>
</td>
<td valign="top" align="right" class="padding_bottom_02" width="306">
<select name="subdivision_1" id="subdivision_1" onchange="change2()">
<option value="-1"> </option>
</select>
</td>
</tr> |