简体   繁体   English

什么可以触发表单提交禁用JavaScript没有按钮/输入(类型提交)-tags

[英]What can trigger a form submit on disabled JavaScript without button-/input (of type submit)-tags

I have a form which should never be submitted on disabled JavaScript. 我有一个表格,永远不应该在禁用的JavaScript上提交。

<form id="xxx" name="xxx" action="xxx">
  <input type="hidden" name="age">
  <input type="text" name="firstname">
  <input type="text" name="lastname">
</form>

It has no button-tags or an input-tag with type "submit" ( <input type="submit" ). 它没有按钮标签或类型为“submit”的输入标签( <input type="submit" )。 Could any other action (besides enabled JavaScript and client-side manipulation) submit this form? 任何其他操作(除了启用JavaScript和客户端操作)都可以提交此表单吗?

浏览器可以使用快捷键激活提交事件,但这取决于浏览器,我看不到任何其他可能性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM