javascript document URLUnencoded
| URLUnencoded | NN n/a IE 5.5(Win) DOM n/a |
|
Read-only |
Returns the URL of the current document, but with any URL-encoded characters returned to their plain-language version (e.g., %20 is converted to a space character). The returned value is the same as if applying the JavaScript decodeURI( ) function to document.URL. |
|
| Example | |
var straightPath = document.URLUnencoded; |
|
| Value | |
Complete or relative URL as a string. |
|
| Default | |
The current document's URL. |
|
Previous: javascript document vlinkColor
Next: javascript document URL
578,Nickname,Homepage or email,Comments here,Add comment
