grey out (or disable) a text box
have a radio button:
<input type="radio" name="oneret" value="O" onClick="disaridt();displayOpenJaw('oneret');">
and when clicked, want it to grey out (or disable) a text box:
<input type="text" tabindex="1" name="ariapt" class="input" size="13" value="<%=most_fl_to%>" onChange="javascript:this.value=this.value.toUpper Case();">
can this be done?
Picco
I put this in the wrong forum before...
|