Help for this page

Select Code to Download


  1. or download this
        <tmpl_html_option province>
    
  2. or download this
        $htc->param(
            province => [ 'opt_2', # selected
    ...
                ['opt_2', 'option 2'],
            ],
        );
    
  3. or download this
        <option value="opt_1">option 1</option>
        <option value="opt_2" selected="selected">option 2</option>