JavaScript DHTML/Document/Scope Name
Name space scopeName
<html id="myHtml" xmlns:yourNs>
<body>
<button onclick="alert("The scopeName property value is "+document.all.myHtml.scopeName)">
Click here
</button>
</body>
</html>
<html id="myHtml" xmlns:yourNs>
<body>
<button onclick="alert("The scopeName property value is "+document.all.myHtml.scopeName)">
Click here
</button>
</body>
</html>