Can you auto detect a hyperlink in HTML,JavaScript or Objective C?
|
|
|||||
|
|
|
A hyperlink is part of the html spec.
In any language I'd do an xquery search in the DOM object to find all hyperlinks. getElementsByTagName('a'); |
|||
|
|
