Address Options

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

Usage

html
<select name="country" size="1"> <option value="US">United States</option> <!--#include virtual="/path/countryopts.inc" --> </select>
html
<select name="state" size="1"> <!--#include virtual="/path/stateopts.inc" --> </select>
html
<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.