Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

ScopeName Example

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