Hi Nitin,
you can create Function in javascript and bind this function onclick event.
Inside this function call this action by button like -
document.getElementById('ButtonId').click();
and hide this button by css as display:none;
Hope this will help you.
Regards
Rahul