Hi All,
Could you please help me to resolve below issue.
Below link is working fine in IE 9 when compatibility mode is ON.
But when it is OFF then its not working and its not triggering the "OnClick" function.
btnID.fireEvent('onclick');
I have tried to replace like below but no use.
btnID.trigger("click");
Please suggest if anyone faced this issue.
Regards,
Sudheer