I had a hard time finding the correct syntax for submitting a form that exists in the source page of an IFRAME. Here is the syntax for both IE and newly added support for NS 6.2. If need a few more examples of parent page to iframe and iframe to parent page communication, check this TreeView example out: http://www.eggheadcafe.com/articles/20020812.asp NS 6.2 + window.frames['ifMyIFrame'].document.frmSubmit.submit(); IE 5.0 + document.ifMyIFrame.frmSubmit.submit(); Submission Date: 9/23/2005 3:00:45 PM Submitted By: Robbe Morris My Home Page: http://www.robbemorris.com