On 8/13/07, Rohit83 <[EMAIL PROTECTED]> wrote: > > > Hi All, > I have one query,suppose i am supposed to display a page on which > their is one checkbox.If i checked the checkbox the textbox below it will > be > vanished.
This is really more of a javascript question than a Zend Framework question. I recommend checking out the Prototype Javascript Framework ( http://prototypejs.org/) for handling client side events like checking a checkbox. The one part of the Zend Framework you might want to use is Zend_Json, but that would only be applicable if you wanted to send responses from the server back to the client on every mouse click. Dillon
