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.

document.anchors

Podsumowanie

anchors zwraca listę wszystkich kotwic w dokumencie.

Składnia

listaWęzłów = document.anchors 

Przykład

if ( document.anchors.length >= 5 ) {
    dump("dump found too many anchors");
    window.location = "http://www.google.com";
}

Uwagi

Ze względu na zgodność wsteczną, zwracany zestaw kotwic zawiera tylko kotwice utworzone za pomocą atrybutu name, bez tych tworzonych poprzez id.

Specyfikacja

DOM Level 2 HTML: anchors

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, khalid32, Ptak82, DR, Mgjbot, Jan Dudek
 Ostatnia aktualizacja: khalid32,