Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

HTMLFormElement.length

概要

length<form> 要素内のフォームコントロールの数を返します。

構文

integer = form.length

if (document.getElementById("form1").length > 1) {
  // more than one form control here
}

仕様書

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: fscholz, jsx, ethertank, Mgjbot, Okome
 最終更新者: jsx,