Open new window from iFrame
Posted: Thu Nov 26, 2009 5:08 pm
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.
What I have achieved is the NEW window opened inside of iFrame. How do I do it to replace the PARENT? Thanks.