Hi every body,plz help me i just got stuck in the mid of my form, i am
very much new to java plz help me.i have designed a form with four
dropdown lists drop1, drop2, drop3 and drop4 i need a value for ever
text in the drop down e.g if there is a text Economics in the drop down
i need its numeric value for that i have four numeri fields i.e
drop1fee,drop2fee,drop3fee and drop4fee . and put the script is like
this :switch (this.selectedIndex){case 0:drop2Fee.rawValue = 123;break;
case 1: drop2Fee...