I have a submit button on a page.
Try this
__doPostBack('<%=btDemo.ClientID%>','OnClick');
Note the double underscore at the beginning
This should trigger a postback if the button was clicked by the user