Combo Box without Submit button

Stick an onchange handler on the combo box?

Fred

Well at a basic level for most input elements, the onchange attribute is a chunk of javascript that is called when the input element is changed. The documentation for remote_function gives an example of this.

Fred