refiking Posted March 28, 2010 Share Posted March 28, 2010 So, I have a popup that is a simple form. On submit, I want the form to be processed on the original window and I want the popup window to close. How can I do that? Please advise. <form action="index.php" method="post"> <input type="hidden" name="customsearch" value="2"> Enter Your Keywords: <input type="text" name="keywords" size="32"><br> <input type="submit" value="Proceed"> </form> Quote Link to comment https://forums.phpfreaks.com/topic/196809-popup-form-trouble/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.