How do I debug and trace HTML code process of submit in input tag?
i.e how to analyze and find the consequence result of the code
<input type=”submit” role="button" … >
Hi budikusasi welcome to the forum
I’m not clear about what exactly you’re asking, but if I understand you, I would look for two things for starters.
- whatever server-side code is at the forms action attribute value
- any JavaScript code, if any, that prevents the default action of the form being submitted.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.