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> Link to comment https://forums.phpfreaks.com/topic/196809-popup-form-trouble/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.