How to submit a form without a submit button

Tagged:  

I got this question at a job interview. How to submit a form without a submit button? Well, to do it you have to use something like this.form.submit trigered by an event.
Example:
<select onchange="this.form.submit()">