Button's .click() command not working in Chrome
问题 I have a button <asp:Button ID="submitRegionsButton" runat="server" Text="OK" OnClick="OnSubmitRegion" /> and when I click it, everything works as expected, however when I have a javascript function call it using btn.click(), the click command is not executed. The button is found properly but just doesn't then work or run the OnClick function in my code behind Any ideas? It works in IE, haven't tested firefox though Okay, tested in firefox, doesn't work there. Everything works right up until