Subj : Form.submit() from a parent To : From : hkosev@telerik.com (Hristo Kosev) Date : Thu May 22 2003 08:11 am Hi, Sorry if this is not the right newsgroup for asking my question. My problem/question is: I have a document that contains an iframe. From that document I want to access the HtmlFormElement that the iframe contains and call its submit method. I access the form element properly and call the submit method. However the form does not submit and no exception is thrown on calling the submit method. I tried some other approaches but with no effect. It looks like the HtmlFormElement submit doesn't work very properly. Any ideas? Thanks in advance. .