'namespaces' Example : namespaces : Javascript Collections : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP


JavaScript DHTML  »  Javascript Collections   » [  namespaces  ]   
 



'namespaces' Example

Please note that some example is only working under IE or Firefox.

    
<html xmlns:namespace1 xmlns:namespace2>
<button onclick="alert(document.namespaces.length);">
Number of namespaces
</button>
</body>
</html>

    
      
      
Related examples in the same category
























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