Parse .cfm filenames

Go through a rendered page's html and grab all the references to .cfm files.

  1. Go to View Source of a page
  2. Copy/paste the text into notepad or a blank page in Dreamweaver
  3. Find/replace (with nothing) all the beginning <, double " and single ' quotes, and all the #
  4. Paste result into the var of this page
     
  5. Avoid all this by just looking at execution times in the CF debugger on the dev server.

index.cfm
IsEmail.cfm
masterLayout.cfm
srcStyles.cfm
checkMobile.cfm
addOnload.cfm
srcScripts.cfm
PublicSiteLayout.cfm
srcScripts.cfm
dspPublicHeader.cfm
addOnload.cfm
publicTopNav.cfm
dspHomePageMessage.cfm
formMinPrice.cfm
formMaxPrice.cfm
index.cfm
footer.cfm
actInitInteractiveMapDefaults.cfm
dspInteractiveMapControlLocationSearch.cfm
index.cfm
index.cfm
addOnload.cfm
Stephen Lloyd 11/10/2010