Hi Thomas
This is an error in the HTML on that page.
You can get a corrected file at
www.uTasker.com/software/SAM7X/Kadmin.zipThe reason is that the bullets are defined like this:
<input type=radio value="0" checked>No action<br>
<input type=radio value="2">Modify and save server settings<br>
<input type=radio value="3">Restore factory settings<br>
<input type=radio value="4">RESET device<br><td>They are displayed but there is a name missing, which will make the selection stick:
<input type=radio name=A value="0" checked>No action<br>
<input type=radio name=A value="2">Modify and save server settings<br>
<input type=radio name=A value="3">Restore factory settings<br>
<input type=radio name=A value="4">RESET device<br>I think that this name was removed (incorrectly) to make the file smaller than the 2k which is reserved for it. If you look at the new one you will see that all 'unnecessary' white space has been removed so that it still fits even with the extra text.
This correction is prepared for the next service pack, but has not been released until now.
In any case, this will solve the problem.
Regards
Mark