1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12:
<html> <head> <SCRIPT type="text/JavaScript"> function aktion() {window.opener.parent.main.location.href="popup.php";} </script> <title>PopupWindow</title> </head> <body> <a href="javascript:window.close()" onclick="aktion()">close</a> </body> </html>