You can use javascript for this this:

Code:
 document.theForm.submit();
Where theForm is the name of the form.