Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Document URLUnencoded Example

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