Mega Code Archive

 
Categories / JavaScript DHTML / Document
 

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>