var elm = document.getElementById('yourfieldid');
elm.style.display="none"; //to hide
elm.style.display=""; //to show

Or, you could use the AjaxEventSubmit control from tacos at
http://tacos.sourceforge.net to do the same without writing any javascript
code.

On 3/14/06, Daud <[EMAIL PROTECTED]> wrote:
>
> Hi, I am trying to show/hide tapestry text fields. But i have no idea how
> to do
> it. Basically the form fields are generated dynamically and then when i
> click on
> a radio button want to hide some text fields and show others. Any help
> would be
> really appreciated as i am stuck and don't know how to achieve this
> functionality. Thanks
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to