Avatar

Level 2

Hi, every body i am very much new with Java Script and need a help

i have a form with four drop down lists namley drop1, drop2,drop3 and drop4  in every dropdown there are certain subjects like English, History, Maths etc which gets populated on mouse click by selecting BA (Radio Button)and are not predefined in object pallete. i set the bound value of english in drop1 like this

drop1.clearItems()

drop1.addItem("English","786"); i had another field with calculatedfee ( it displays me the text value of that dropdown text having certain bound value and it is set to numeric). i got stuck how to get the bound  value of english in the calculatedfee numeric box .  plzzzzz help me out