Hi I made to pages one is to fill (fill.php)in the information and the other is a popup window to show the information (check.php)before submiting it....
the code in fill.php is:
<form action="check.php" target="popup" onsubmit="window.open('about:blank','Preview','scrollbars=yes,width=500,height=500');" method="post" enctype="multipart/form-data" name="form1">
and it dose show nothing in the check.php (that it open as a popup window) !!!!
and if i change the code back in fill.php to:
<form action="check.php" method="post" enctype="multipart/form-data" name="form1">
then it's work perfect and check.php open in the same window
so do i miss some thing here 😕
Thank you all for your help 🙂