Hi,
you can use an ExternalSubmitter (HTMLB control) which you can put to the form. You can define an external submitter event id (which can be the same event id as the button onClick event id). On client side you can then submit the form with the js method: htmlbexternal_submit_();
Add a comment