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.
Open new window from iFrame
Moderator: General Moderators
-
registereduser
- Forum Newbie
- Posts: 21
- Joined: Wed Nov 04, 2009 2:09 pm
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
-
registereduser
- Forum Newbie
- Posts: 21
- Joined: Wed Nov 04, 2009 2:09 pm
Re: Open new window from iFrame
Thanks, daedalus__.