'namespace' Example : namespace : Javascript Objects : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP
JavaScript Reference Home »  Javascript Objects   » [  namespace  ]   
 



'namespace' Example

    
<html xmlns:namespace1 xmlns:namespace2>
<button onclick="alert(document.namespaces(0).name);">
Name of first namespace on the page
</button>
</body>
</html>

    
      
      
Related examples in the same category
1.  'namespace' Syntax and Note
2.  'namespace' JavaScript Properties
3.  'namespace' JavaScript Methods
4.  'namespace' is applied to
5.  'namespace' Event handlers
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.