#value=
#width=100%
#height=$GetVar('HtmlComboHeight')
#name=#value
#fit=false
#flat=false
#disabled=false
#fgcolor=#ffffff
#bgcolor=#555555
<font size="$GetVar('HtmlFontSizeControls')"><b>
<input
  type="button"
  name="#name"
  value="#value"
  width="#width"
  height="#height"
  onclick="#onclick"
  fgcolor="#fgcolor"
  bgcolor="#bgcolor"
  fit="#fit"
  flat="true"
  disabled="#disabled"
></b>
</font>
