Help for this page

Select Code to Download


  1. or download this
    <select name="whatever">
    Insert possible options here
    and of course select the right one
    </select>
    
  2. or download this
    <select name="whatever">
    <!-- TMPL_VAR NAME="whatever_select" -->
    </select>
    
  3. or download this
    <select name="whatever">
    <!-- TMPL_LOOP NAME="whatever_select" -->
    <option value="<!-- TMPL_VAR NAME="id" -->" <!-- TMPL_VAR NAME="checke
    +d" -->><!-- TMPL_VAR NAME="value" --></option>
    <!-- /TMPL_LOOP -->
    </select>