I have an <asp:ImageButton />
which has its enabled
property set to false
.
This works in Internet Explorer, the button is not 'clickable', but in other browsers you can click it. However, nothing happens when you click the imagebutton
in these other browsers.
How can I disable the ability to click the button in browsers outside of Internet Explorer?