Document 'URLUnencoded' Example : document « Javascript Objects « JavaScript DHTML
- JavaScript DHTML
- Javascript Objects
- document
Document 'URLUnencoded' Example
<html>
<body>
<button onclick="alert(document.URLUnencoded);">URL Unencoded</button>
</body>
</html>
Related examples in the same category