My question might be basic but i want it to clarify. i have one html form. it contain 2 submit button and some links. on click of one of the link i am trying to submit the form by java-script but not able to do so. but when i make all the button as normal button and submit the form by JavaScript then i am able to submit the form by link too.
Now my question is - if we have submit button in the form then can we submit the form by java-script too?
