Set thier disabled property to true initially. And after the even occurs on
which you wish to enable them, set the disabled property to false. Like
myform.mytextbox.disabled = true
Hope it works...
> -----Original Message-----
> From: Manal Rayess [mailto:m_rayess@h...]
> Sent: Wednesday, May 16, 2001 11:33 PM
> To: Pro_JavaServer_Pages
> Subject: [pro_jsp] enable button
>
>
> I have drop down menu, and a button that must be initiall disabled, once
> the user change any item from the menu, the button should become enabled..
> How to do thiis?