I have tried for few hours to solve this problem Here is the simple example which helps you to solve the Problem
Problem:
Create a PopUp window on submission of a value in PopUp the PopUp Closes and the Parent Windows redirects to Some other Page
Solution:
Here is the simple way to solve it
Create 2 php pages
1. popup.php
Copy this Code
<html>
<head>
</head>
<body>
<a href="#" onclick="window.open('popupcode.php','Login','height=500,width=420,scrollbars=yes');return false;">PopUp</a>
</body>
</html>
Problem:
Create a PopUp window on submission of a value in PopUp the PopUp Closes and the Parent Windows redirects to Some other Page
Solution:
Here is the simple way to solve it
Create 2 php pages
1. popup.php
Copy this Code
<html>
<head>
</head>
<body>
<a href="#" onclick="window.open('popupcode.php','Login','height=500,width=420,scrollbars=yes');return false;">PopUp</a>
</body>
</html>