I'll search for my page that does that but the gist of it is move the
items over then select all items onSubmit. The key to getting this to
work is make sure the second select box has the ability to select
multiple items.

Adam H 

On 5/17/05, Rebecca Wells <[EMAIL PROTECTED]> wrote:
> I don't think that's possible. I have built pages that have the multiple 
> select option. What you have to do is submit the selected items from the 
> list1 to the action page (using an "Add" or "-->" button), which inserts 
> eacho of the selected items to a db table, then return to the display page 
> with the selected items added to, or subtracted from, the list2. The user can 
> use a "Delete" or "<--" button to remove selected items from list2, and it 
> works the same way as the add button. They make their choices from list2, 
> select the Delete button, which submits to the action page, detects that the 
> Delete button was selected and loops over the list2 form members, deleting 
> them from the db table, and returns to the display page showing those items 
> gone from list2. Yes, that may seem like a lot of work, but I haven't figured 
> out any simpler way to do this kind of user interface. I hope that makes 
> sense.
> 
> >It seems to only output the value if an item has been selected, but my goal
> >is to on one submit get the value of everything that's been added to the
> >list box?
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206897
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to