• Register

How to know number of links present in HTML document using Javascript?

asked Sep 15, 2012 by Ashwini Kumar

1 Answer

0 votes
You can use [document.html.innerHTML] attribute to acquire the entire existing links in HTML using JavaScript.
answered Oct 22, 2012 by edwinmiller

Related questions

...