JavaScript Reference/Javascript Properties/URLUnencoded

Материал из Web эксперт
Версия от 11:21, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"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>