I usually use javascript to loop through the box and select all the
option items prior to submitting the form.

Something along the lines of:

if(formref.fldname.length > 0){
    for (i=0; i<formref.fldname.length; i++) {
        formref.fldname[i].selected = true;
    }
}

Cheers,
Kris

> I'm struggling with how to use the names in the right hand side box.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:290086
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to