Get a list of all links on a page?

it is possible to do on server side but you would have to create an output buffer and the either use Regex or Dom phrase to get all of the links.
a much easier solution would be to use JavaScript or even better jQuery.

error code: 521