Hello,
I am trying to select a radio button from within JavaScript. The set of radio buttons have all been given the same name (QEDataEntry). I have tried the obvious, the click method, to no avail. I have tried the following:
document.form1.QEDataEntry[4].click...