I am in a situation using two submit buttons on the same page. Is there an alternative to email data without a submit button?
If you do not want the submit button, you can do this with the help of links.
<a href="#" onclick="submit_form(); return false;">Submit</a> <script> function submit_form() { document.form_name_here.submit(); } </script>
yes using javascript you can call form.submit
http://www.javascript-coder.com/javascript-form/javascript-form-submit.phtml
. curl ( libcurl php) POST.
, , javascript. , , .
document.form_name.submit(); document.form_name_1.submit();
Source: https://habr.com/ru/post/1724478/More articles:iPhone 3GS OpenGL Strange Error - iphoneC # random pair generation - c #Parsing SAP IDoc Files - .nethow to configure xsd that axis2 generates - xsdSpring Web service tests: java.lang.IllegalStateExcepton: failed to load application context - javaHow to middle vertical align a radio button against an image in html? - htmlTYPO3 - how to set the tag in the header of the generated html pages? - content-management-systemHow to structure all applications in Visual Studio? - .netWhen is it better to use the explicit use of the delegate keyword instead of lambda? - c #How to request users using OWL DL query in Protege 4? - ontologyAll Articles