html<select name="country" size="1"> <option value="US">United States</option> <!--#include virtual="/path/countryopts.inc" --> </select>
<select name="country" size="1">
name="country"
country
size="1"
1
<option value="US">
value="US"
US
</option>
<!--#include virtual="/path/countryopts.inc" -->
</select>
html<select name="state" size="1"> <!--#include virtual="/path/stateopts.inc" --> </select>
<select name="state" size="1">
name="state"
state
<!--#include virtual="/path/stateopts.inc" -->
html<select name="province" size="1"> <!--#include virtual="/path/caprovopts.inc" --> </select>
<select name="province" size="1">
name="province"
province
<!--#include virtual="/path/caprovopts.inc" -->
Download option list(s) to the web server.
countryopts.inc (ISO 3166-1 2-letter codes)
ioccountryopts.inc (IOC 3-letter codes)
stateopts.inc (FIPS 5-2 2-letter codes)
caprovopts.inc (Canada Post)
currencyopts.inc (ISO 4217)
Add an SSI statement to the select list in which the options should appear.