esthera
09-12-2003, 07:33 AM
I posted this before but I am really stuck and need help.
I have a page that opens a modal window. The modal window consists of an iframe that post to an asp page. After the asp page is posted I need to change a value on the form in the window that opened the modal window. The following do not work:
parent.iframeimage.top.opener.document.frmNews.mynewfilename.value='works';
top.opener.document.frmNews.mynewfilename.value='zzz';
Any Ideas?
I have a page that opens a modal window. The modal window consists of an iframe that post to an asp page. After the asp page is posted I need to change a value on the form in the window that opened the modal window. The following do not work:
parent.iframeimage.top.opener.document.frmNews.mynewfilename.value='works';
top.opener.document.frmNews.mynewfilename.value='zzz';
Any Ideas?