RE: Multiple list box problem

2002-06-15 Thread Matthew R. Small
Hi Ian, You have to remember that these are list boxes - if there are no highlighted selections, then nothing will be submitted from the box. Use a javascript loop to select every item in your second box upon form submission and everything will be fine. - Matt Small -Original

RE: Multiple list box problem

2002-06-10 Thread Matthew R. Small
Hi Ian, You have to remember that these are list boxes - if there are no highlighted selections, then nothing will be submitted from the box. Use a javascript loop to select every item in your second box upon form submission and everything will be fine. - Matt Small -Original