Skip to content
Advertisement

Tag: jsp

Logic for multiple and single select/combo boxes

Below is my code: When select-box or combo-box is looped for ten times then I am getting form[“city”] length as 10 properly and behaviour of alerts within combox-box is appropriate, but if I have a single-select-box, then instead of giving form[“city”] length as 1 it gives it as 4 which is the number of option elements in my dropdown-box. So

Advertisement