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

Podsumowanie

length zwraca liczbę kontrolek w elemencie FORM.

Składnia

integer = form.length

Przykład

if (document.getElementById("form1").length > 1) {
  // więcej niż jedena kontrolka formularza jest tu
}

Specyfikacja

DOM Level 2: length

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, khalid32, Ptak82, Internauta1024A
 Ostatnia aktualizacja: teoli,