Or you could just select all the options onclick of the submit button ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com
-----Original Message----- From: Dominic Watson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 03, 2007 12:34 PM To: CF-Talk Subject: Re: code not working 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 > > > > > > > >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290087 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

