Oh I see, sorry. The items would have to be selected to be get posted with the form is the problem right.
You could add a hidden form field that will store a list of the selected values. In your MoveOver() JavaScript function, simply append the value of the field to the value of the hidden field and then this list will be posted with the form. Might that work? Dominic On 03/10/2007, Toby King <[EMAIL PROTECTED]> wrote: > > No this isnt the problem. > > I have names appearing in the LHS box and I can click on a name and move > it to the RHS box > > Just dont be able to seem to get values to use them in the program. > > T > > > >Could it be that you are missing </option> in both the select lists? > > > >Dominic > > > > > > > >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290083 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

