Jump to content

Form Submission


doctor_james

Recommended Posts

here is a example which should work fine for your needs

 

<form name="form1" onSubmit="return false">
<input type="text">
<input type="button" value="SubmitForm" onClick="document.form1.submit()">
<a href="#" onClick="document.form1.submit()"><img src="button.gif"></a>
</form>

Link to comment
https://forums.phpfreaks.com/topic/75523-form-submission/#findComment-382065
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.