Hi there,
I've got a page that I want a <TD> link disabled until one of the radio buttons on the page is selected.
I've given the <TD> name and disabled tags (<TD name="test" disabled="true">), but can't get
JS to enable it once one of the buttons is selected using;
Code:
<INPUT type="radio" name="StyleSheet" value="blue" id="Blue" onClick="document.Test.disabled=false();" />
Any ideas?
Thanks/...