I am using a aspx page which is having a button.
I solved this question using this code:
document.all('Button1').click();
have you tried using the UniqueID instead of the ClientID?
__doPostBack('<%= savebtn.UniqueID %>', "");
Also have a look at this quick tutorial on dopostback: