I have linkbutton with JS validations on onclick event. I need cancel or skip this event dinamically on the client. I cant rewrite logic of this linkbutton. I need disable this event which depend on some conditions from another elements on the page(dropdown, textbox...).
I need something like this.
Example:
function fired from other element, not from linkbutton.
Code:
function someFce(linkButtonID)