Name Spaces add : Name Space : Document JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Document » Name Space »

 

Name Spaces add



    
<html xmlns:firstNS>
<head>
<?import namespace="firstNS" implementation="makeRed.htc">
<script>
function addNS(){
    namespaces.add(secondNS, someFile2.htc);
    namespaces.add(thirdNS, someFile3.htc)

</script></head>
<body>
<button onclick="addNS();">Add namespace names</button>
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Document
» Name Space