<CF_COMBOSEARCH>
  it consists of a combobox and a narrow-down mechanism .
  USAGE
<CF_COMBOSEARCH
FORM="MyForm"
NAME="MyFieldName"
VALUE="1,2,3,4"
TEXT="Canada,USA,Guam,Holland"
SIZE="20"
SELECTED="1,4"
WIDTH="25"
MULTIPLE >


  ATTRIBUTES

ATTRIBUTE DESCRIPTION
NAME [REQUIRED] Name of the combobox
FORM [OPTIONAL] Name of form the input field is in (required only if there is more
than one form in the cfm template , default = forms[0] )
TEXT [REQUIRED] A delimited list of combobox text values
VALUE [OPTIONAL] A delimited list of option values (default is the same as TEXT)
MULTIPLE [OPTIONAL] Specift whether multiple selections are allowed
SELECTED [OPTIONAL] A delimited list of selected option values
SIZE [OPTIONAL] Vertical size of comboBox (default = 10)
WIDTH [OPTIONAL] Horizontal size of comboBox (default = 25)

  COMPATIBILITY
Netscape 3.* , 4.*
Explorer 3.* , 4.*
  PROGRAMMING
Feoktistov Sergei

  CUSTOM TAG IMPLEMENTATION
Shlomy Gantz
  EXAMPLE
http://www.shlomygantz.com/coldfusion/customtags
  INSTALLATION
Place the file COMBOSEARCH.cfm in your CFUSION\CUSTOM TAGS directory
  VTM INSTALLATION
Installing VTM (Allaire)
  BUGS / FEATURE REQUESTS
shlomygantz@hotmail.com