If you use CFHTTP to GET a web site, and you output it using the CFHTTP.FileContent variable, you cannot alter any part of the HTML. Is there anyway to make it so that the contents of the CFHTTP.FileContent variable can be altered before it is displayed? Essentially, I want to generate HTML using the CFHTTP tag and then alter that HTML (to change font colors, sizes, remove some images, etc.) prior to displaying it on the page. Can this be done? If so, how?
Ryan ;-]
Ryan ;-]