List box or drop down list box is very common in forms used in web pages. We can give option to visitor to select from a list by clicking and selecting one ( or more ) out of a pre defined list. So the advantage is visitor can't give any choice of its own.
We can add many JavaScript controls to list boxes by various properties and methods. We will develop some scripts which use these controls and give desired output. We will start with some basic script and then develop complex ones.