Hi!
I'm just wondering if there is an easier way to do this than the way I've thought of. On my page I have 2 boxes and I want it so that if something is selected in the 1st box(and the user hits submit) then that something appears in the 2nd box and no longer in the first and visa versa. The only way I know how to do this is to have 2 arrays (one for each box) that I add and delete from and then display their values in the select boxes. I don't think it will be too bad to implement that, but I didn't know if there was an easier way. Thanks!
I'm just wondering if there is an easier way to do this than the way I've thought of. On my page I have 2 boxes and I want it so that if something is selected in the 1st box(and the user hits submit) then that something appears in the 2nd box and no longer in the first and visa versa. The only way I know how to do this is to have 2 arrays (one for each box) that I add and delete from and then display their values in the select boxes. I don't think it will be too bad to implement that, but I didn't know if there was an easier way. Thanks!