Page 1 of 1

Open new window from iFrame

Posted: Thu Nov 26, 2009 5:08 pm
by registereduser
I have a PARENT HTML page. Within it, there is a CHILD iFrame. When click button in a form of CHILD, a PHP file is called. As a result, PHP file will generate a NEW window. What I want is the NEW window is to replace the PARENT. Of course, the CHILD disappeared too.

What I have achieved is the NEW window opened inside of iFrame. How do I do it to replace the PARENT? Thanks.

Re: Open new window from iFrame

Posted: Fri Nov 27, 2009 3:39 am
by daedalus__

Re: Open new window from iFrame

Posted: Sun Nov 29, 2009 4:19 pm
by registereduser
Thanks, daedalus__.