I have a form page that has two select boxes. When you select from one, it sets the value of the other to ''. However, if you select a value in select1 and then select and value in select2, although the selected option in select1 reverts to a blank it still holds the original seelcted value ( Does that make sense ).
Say select1 has three options: '', 1, 2
If I choose 2 and then choose something from select2 and onChange event kicks in which sets the value of select1 to ''. While on the screen, the focus in Select1 moves away from 2 and back to '', it still holds the value 2. I have used an alert to output the value and this is the case. Can anybody explain this?? Mise Le Meas,
Mighty
Say select1 has three options: '', 1, 2
If I choose 2 and then choose something from select2 and onChange event kicks in which sets the value of select1 to ''. While on the screen, the focus in Select1 moves away from 2 and back to '', it still holds the value 2. I have used an alert to output the value and this is the case. Can anybody explain this?? Mise Le Meas,
Mighty