Jump to content

Question


Mod-Jay

Recommended Posts

Yeah, using some JavaScript and giving the form a name for example:

 

<form name="myform" action="handle-data.php" method="POST">
Search: <input type='text' name='query' />
</form>

<input type="button" onClick="document.myform.submit();" value="Search">

 

Regards, PaulRyan.

Link to comment
https://forums.phpfreaks.com/topic/235773-question/#findComment-1211938
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.