JavaScript Tutorial/Document/referrer

Материал из Web эксперт
Перейти к: навигация, поиск

document.referrer

The referrer property contains the URL that was used to reach the current document.

If the URL was typed directly into the browser"s location field, this property will be empty.



   <source lang="javascript">

<html>

   <script language="JavaScript">
   
   </script>

</html></source>