JavaScript Reference/Javascript Properties/URLUnencoded

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

"URLUnencoded" Example

   <source lang="javascript">
   

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


     </source>
   
  


"URLUnencoded" is applied to

   <source lang="javascript">

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

     </source>
   
  


"URLUnencoded" Syntax and Note

   <source lang="javascript">

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

Syntax:

document.URLUnencoded


     </source>