Hello
I have a webimagebutton, I added a client side event on click on it.
What I want to do is to be able to stop the postback of this button in some case from within the onclick clide side event.
is it possible ?
Thx
GillouX
I got it
oEvent.cancel = true;
thx anyway