1
Answer

btnID.fireEvent('onclick'); - Not working in IE 9

Sudheer Kumar

Sudheer Kumar

10y
738
1
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 
Answers (1)