JavaScript DHTML/Javascript Collections/links
"links" Example
<html>
<body>
<a href="http://www.wbex.ru">www.wbex.ru website</a>
<button onclick="alert(document.links.length);">
No. of links on page
</button>
</body>
</html>
<html>
<body>
<a href="http://www.wbex.ru">www.wbex.ru website</a>
<button onclick="alert(document.links.length);">
No. of links on page
</button>
</body>
</html>