i made some change and it works right now.
the change i made is:
originally, the form was created in a JS from the parent, and in the frame only has: <div id=ss></div>
and now i change frame to :<form name='groupForm'><div id=ss></div></form>
it works now :window.frames.groupFile.document.groupForm.submit();