Explain how can you submit a form using JavaScript?
0
To submit a form using JavaScript use document.form[0].submit();
document.form[0].submit();
Sign in to add a comment
0 Answers
0
📝 No answers yet!
Be the first to answer this interview question.
Your Answer
Sign in to post your answer and help the community.