79710837

Date: 2025-07-22 17:14:54
Score: 0.5
Natty:
Report link

To prevent form submitting by button click, just add at the page bottom:

<script>document.forms.aspnetForm.onsubmit = e => e.preventDefault()</script>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Dmitry Shashurov