Address Options

Includable select lists for countries, US states & territories, and Canadian provinces.
1.1, 2004-09-05
Brian Lalonde

Usage

<select name="country" size="1">
<option value="US">United States</option>
<!--#include virtual="/path/countryopts.inc" -->
</select>
<select name="state" size="1">
<!--#include virtual="/path/stateopts.inc" -->
</select>
<select name="province" size="1">
<!--#include virtual="/path/caprovopts.inc" -->
</select>

Setup

  1. Download option list(s) to the web server.

  2. Add an SSI statement to the select list in which the options should appear.