JavaScript will be your only way, working off the checkBox's onclick handler. You could use the onchange handler but it's implementation is a little fuzzy across browsers. Use onlick, get the state of the checkbox, and do your thing with the other field.
Arron. [EMAIL PROTECTED] wrote: >With the given html tags for the struts and taglibs and such, is there an >easy way to enable a corresponding textfield when you check the box? >Is there an easy way to disable the corresponding textfield when you >uncheck the checkbox as well as clear the text field. > >thanks, >Theron > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

