I'm in a position using two submit buttons on the same page. What is the option to post data without using the submit button?
If you do not want a submit button, you can also use the link.
& lt; A href = "#" onclick = "submit_form (); Return Back;" & Gt; Submit & lt; / A & gt; & Lt; Script & gt; Function submit_form () {document.form_name_here.submit (); } & Lt; / Script & gt;
No comments:
Post a Comment