Get all HREF attributes, including parameters, if document ends in .cfm(l) or .htm(l)
If you have the source code for any page and want to get all HREF attributes and values, including URL params, that end in .cfm, .cfml, .htm, or .html. Can be easily modified for whatever document type you want (.asp, .aspx, .jsp, etc.)
I needed to do this for a project. It took me a long time to...
Submitted by anonymous - 7 years ago