#value=
#width='100%'
#height=GetVar(HtmlComboHeight)
#readonly=true
#manage=false
#onchangealways=false
#setdefault=false
#disabled=false
#bgcolor=GetVar(HtmlInputBgColour)
#fgcolor=GetVar(HtmlFontColour)
#custom=GetVar(custom_button);arrow_width: 20
#td1=<td>
#td2=</td>

#td1
  <font size="$GetVar('HtmlFontSizeControls')">
    <input
      type="combo"
      height="#height"
      bgcolor="#bgcolor"
      fgcolor="#fgcolor"
      valign="center"
      name="#name"
      width="#width"
      value="#value"
      setdefault="#setdefault"
      items="#items"
      disabled="#disabled"
      onchange="#onchange"
      onleave="#onleave"
      readonly="#readonly"
      onchangealways="#onchangealways"
      manage="#manage"
      onreturn="#onreturn"
      onenter="#onenter"
      custom="#custom"
    >
  </font>
#td2