JavaScript Reference/Javascript Properties/URL — различия между версиями

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

Версия 18:30, 25 мая 2010

"URL" Example

    
<html>
<body>
<button onclick="alert(document.URL);">URL</button>
</body>
</html>



"URL" is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |document                                                      |
+----------------+--------------------------------------------------------------+



"URL" Syntax and Note

Note:
Read-only property. 
Returns the document URL.
    
Syntax:
    
document.URL