¡@

Home 

javascript Programming Glossary: submitforms

Submit two forms with one button

http://stackoverflow.com/questions/7843355/submit-two-forms-with-one-button

with JavaScript input type button value Click Me onclick submitForms If your forms have IDs submitForms function document.getElementById.. value Click Me onclick submitForms If your forms have IDs submitForms function document.getElementById form1 .submit document.getElementById.. form2 .submit If your forms don't have IDs but have names submitForms function document.forms form1 .submit document.forms form2 .submit..

How to submit 2 forms in one page with a single submit button

http://stackoverflow.com/questions/9096515/how-to-submit-2-forms-in-one-page-with-a-single-submit-button

work. Here is my code below script language javascript submitForms function document.getElementById firstform .submit document.getElementById.. images order button.png name button value Submit onclick submitForms javascript html share improve this question You have SEVERAL.. TRY plain javascript script language javascript function submitForms document.getElementById firstform .submit document.getElementById..