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:
Related in same category :
-
-
-
|