1 : <cfif structkeyexists(url,"search_phrase") and (thispage neq "photo_list.cfm" and thispage neq "return_detail.cfm" and thispage neq "affiliations.cfm" and thispage neq "pro-downloads.cfm" and thispage neq "search_results.cfm")>
2 : <cfset strContent = strContent.ReplaceAll("(?i)(<a\s[^>]*?href\s*=\s*""[^?##""]*)\??(?![^##""]*?\bsearch_phrase=)","$1?search_phrase=#search_phrase#&") />
3 : <cfset strContent = reReplace(strContent, '&(?="|##(?!x?[a-f\d]+;))', "", "all") />
4 : </cfif>
|