Programming/
 Tools

      Oracle
      JavaScript
      C#

 Fun Stuff
      Music
      Martial Arts
      Robotech

 Other
      Main


DISCLAIMER
This disclaimer is intended to cover all software/freeware, and other various files which are downloadable through or from this site.
Joe Garrepy, isp, and web host can not be held responsible for any software downloaded from this site. All freeware is downloaded at your own risk. Software which is listed on this site is assumed to work properly, but may or may not have different effects on different computer systems. The same rules apply to these programs. Joe Garrepy assumes no responsibility for those unusual occurrences where software has adverse effects on users computer. Joe Garrepy does not warrant these programs/files, and as such, can offer no guidelines in which to use them. All freeware/software/files, trademarks, service marks, and copyrights are acknowledged as belonging to their owners. Any of these which the owner wishes to be removed will be done so immediately. By downloading any software or viewing pages in which software can be downloaded, you agree to be bound to this agreement.

JoeGarrepy.com Java Script Multiple Types of Combo boxes emulating combo boxes in Windows

Multiple ways of creating single and multiple select combo boxes emulating the enterable combo box that exists in windows. Below are 3 examples using Java Script and DHTML.
Enterable Single Select Combo Box
Allows you to type in the value you want or you can click the button to the right of the field to drop down a list of values to select from.
Multi-Select Combo Box Allows multiple Items to be selected by holding the CTRL key while clicking the items that you want. You can also use the SHIFT key to select items that are adjacent to each other or you can click and drag the mouse to select multiple adjacent items. To select all items click on the first item in the list and hold the key combination SHIFT CTRL END. All the values selected are stored in a comma delimeted string in a hidden INPUT field.
Enterable Mult-Select Combo box
This object combines the functionality of the Enterable Single Select with the Multi-Select Combo Boxes. You can enter a comma delimited list of values in the displayed field or you can click on the button to the right of the field to drop down a multi select combo box. You can then use all of the key strokes illustrated for the Multi-Select Combo box in the drop down box that appears.

Java Script Portion

Html Portion


If you find any bugs or want to contact me I can be reached @ doughjoe77@hotmail.com.