Posted on: 3/26/2014 3:52:57 PM | Views : 362

I've got a javascript function that change the background color of one button when pressed
I call this function by the method OnClientClick
Apart of that, I handle another method when clicking the button to do something else.
The problem is the first part doesn't work, after clicking, the background color doesn't keep the changes and comes back to the original.
If in the javascript function use return false, it works de button changes but it stops the next clicking methods
Any help?
Thanks a lot!

Go to the complete details ...