Jump to content

Popup form trouble


refiking

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.