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

Sibeesh VenuPosted Nov 19, 2014, 1:31 AM
http://www.w3schools.com/jsref/met_html_click.asp
Please check the above links. It may help you .