JavaScript DHTML/Javascript Collections/namespaces

Материал из Web эксперт
Перейти к: навигация, поиск

"namespaces" Example

   <source lang="html4strict">
   

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


     </source>