'tags()' Example : tags : Node Operation JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Node Operation » tags »

 

'tags()' Example



    
<html>
<body>
<script language="JavaScript">
    function function1() {
        alert(document.all.tags("p").length);
    }
</script>
<p>This is a sample text.</p>
<p>This is another sample text.</p>
<p>This is another sample text.</p>
<p>This is another sample text.</p>
<p>This is another sample text.</p>
<p>This is another sample text.</p>
<p>This is another sample text.</p>
<p>This is another sample text.</p>
<p>This is another sample text.</p>
<p>This is another sample text.</p>
<p>This is another sample text.</p>


<input type="button" value="Number of p elements" onClick="function1();">
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Node Operation
» tags