Najnowsze tutoriale tworzenie stron internetowych
 

Nieruchomość link rel

Link referencyjny obiektu Łącze obiektu

Przykład

Powrót relację między bieżącym dokumentem i połączonego dokumentu:

var x = document.getElementById("myLink").rel;

Wynikiem x wynosi:

stylesheet
Spróbuj sam "

Definicja i Wykorzystanie

Zestawy własności rel lub zwraca listę oddzielonych spacjami, który określa relację między bieżącym dokumentem i połączonego dokumentu.


Pomoc Browser

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Nieruchomość rel jest dostępna we wszystkich głównych przeglądarek.

Uwaga: Wartość "szukaj" nie jest obsługiwana w Opera lub Safari.

Uwaga: Wartość "sidebar" nie jest obsługiwana w IE, Safari lub Chrome.


Składnia

Zwraca właściwość rel:

linkObject .rel

Ustaw właściwość rel:

linkObject .rel=relationship

wartości nieruchomości

Value Description
alternate Linked page is an alternative version of the current document
appendix Linked page is the appendix page for the current document
chapter Refers to a chapter
contents Linked page is the table of contents for the current document
copyright Linked page is the copyright/policy for the current document
glossary Linked page is the glossary page for the current document
help Linked page is the help page for the current document
index Linked page is the index page for the current document
next Refers to the next page
offline Refers to a location that contains a path to the CDF file
prev Refers to the previous page
search Refers to an XML file in OpenSearch description format
section Link to a section in a list of documents
shortcut icon Refers to an icon location
sidebar Refers to the bookmark panel
start Refers to the first page (used by search engines to show the first page)
stylesheet Linked page is the style sheet for the current document
subsection Linked page is a subsection for the current document

Szczegóły techniczne

Zwracana wartość: Ciąg reprezentujący listę oddzielonych spacjami typów relacji

Podobne strony

Odniesienia HTML: HTML <link> atrybut rel


Link referencyjny obiektu Łącze obiektu