JavaScript DHTML/Document/Scope Name
Версия от 09:59, 26 мая 2010; (обсуждение)
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>