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

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

Текущая версия на 08:21, 26 мая 2010

"URLUnencoded" Example

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



"URLUnencoded" is applied to

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



"URLUnencoded" Syntax and Note

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