You can submit a form from another frame using js like so:

Code:
top.frames.targetframename.document.forms.formname.submit();