document.links.length : links : Document JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Document » links »

 

document.links.length







The length property contains the number of Link objects that are in the document.links array.












<html>
    <a href="http://www.navioo.com">B Page</a><br>
    <a href="http://www.navioo.com">A Page</a><br>
    <script language="JavaScript">
    <!--
    document.write(document.links.length," links.");
    -->
    </script>
    </html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Document
» links