Mega Code Archive

 
Categories / JavaScript Reference / Javascript Collections
 

Links Example

<html> <body> <a href="http://www.rntsoft.com">www.rntsoft.com website</a> <a href="http://www.rntsoft.com">www.rntsoft.com website</a> <a href="http://www.rntsoft.com">www.rntsoft.com website</a> <a href="http://www.rntsoft.com">www.rntsoft.com website</a> <a href="http://www.rntsoft.com">www.rntsoft.com website</a> <button onclick="alert(document.links.length);"> No. of links on page </button> </body> </html>