the landlord has encountered a problem. The project is relatively old, and most of the code uses inline js to operate.
but encountered a problem about form submission, involving more pages, not easy to change!
questions
forms interact with each other using inline js onclick= "submit ()", and the code uses
document.form1.submit(); //
how can I use js to listen for the submit event of this form form in such a situation? Or other solutions!
Thank you