> I would like to find out how to do the following workaround.
>
[quoted text clipped - 7 lines]
> I would prefer not to do a form post everytime the user selects the
> value unless it is the ONLY option.
Key words: "value from the user". If you need to present the page to a
user and then perform some action based on the user's subsequent
behavior then there is no escaping a second round trip to the server.
There are ways to make the second round trip less obvious to the user
(that's a key part of what "AJAX" is about), but you can't avoid it
altogether.

Signature
John Bollinger
jobollin@indiana.edu