I have a <TH>
element that I can find using it’s ID. Under that is a<SELECT>
which has no way of identifying it, excepting for that it is a child of the . It has options and I am struggling to find a way to manipulate the .value and .selectIndex attributes of the <SELECT>
so that I can grammatically reset the Dropdown (value=“” and selectIndex=0).
Any help, hints etc would be much appreciated.