The query goes like this
OnClientclick of one button i am calling a function which enables another button which is in disabled mode.
Now the issue is buttonname.disabled = false ; does not work in this case
Isthere any other way to do the same in javascript using BSP.
Thanks