Name space scopeName : Scope Name « Document « JavaScript DHTML
- 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>
Related examples in the same category