Archive for August, 2008
- TECHPULP |
Find all links in a page using JavaScript
You can use “links” object array to traverse all the links present in an active document. You can open “Java Script Console” in the Firefox browser and run the following piece of code. s = "Number of links: " +...