HTML button formmethod属性

button formmethod属性

HTML button中的formmethod属性,值通常为get或post,一般同type='submit'配合使用,可以覆盖form表单元素中的method方法。


语法

<button formmethod="value" type='submit'>

提示:value一般为post或get。


formmethod属性实例代码,及在线编辑器

<form action='https://www.x1y1z1.com/search?' target='_blank' method='post'>
  <button type='submit' name='qsearchword' formmethod='get' value='html'>按钮</button>
</form>

全栈前端 / HTML属性 :











Copyright © 2022-2024 笨鸟工具 x1y1z1.com All Rights Reserved.