Hi all,
I am new to this
java script...
in one select option box i am adding three options named AAA, BBB and CCC
<SELECT size="1" name="cmb1" onChange="myNewFunction(cmb1)">
<option value = "AAA">AAA
<option value = "BBB">BBB
<option value = "CCC">CCC
</SELECT>
now myNewFunction will take this cmb1.
myNewFunction should not allow the user to change the item/value.
what ever is selected in cmb1, it should be there as selected. cmb1 should not allow to select another item/value.
can u pls help regd this issue....
thanks
shalini