Here's what I have so far:
<cfhttp url="http://www.mysupersecretwebsite.com" method="GET"> <cfset myDocument = trim(cfhttp.fileContent)> <cfoutput>#myDocument#</cfoutput>
I need to be able to parse out a div with the ID of "p473I" and place it on my page. I'm not very good with regular expressions... any help would be appreciated. Thanks!

New Topic/Question
Reply




MultiQuote





|