Skip to Content
0
Former Member
Nov 15, 2005 at 01:02 PM

Enabling button in BSP

548 Views

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