Click to See Complete Forum and Search --> : passing values between pages


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?

Khalid Ali
09-12-2003, 10:33 AM
is the ASP page served from the same server wher yours files are being served from????

esthera
09-13-2003, 01:05 PM
yes