Why does naming your HTML form submit button “submit” break things?
问题 In ASP.NET webforms and ASP 3 (Classic ASP), I came across an issue whereby naming your form submit button \"submit\" would \"break things\". Below is the rendered HTML: <input type=\"submit\" name=\"Submit\" value=\"Submit\" id=\"Submit\" /> I say \"break things\" because I\'m not sure exactly why or what happened. But the symptoms usually were that pressing the submit button sometimes did nothing i.e. it just didn\'t work. But sometimes it did work. In fact, I just built a quick one page