With v5 I had to do the following to use Zoom:
<cfhttp url="http://www.salleboise.com/search/search.php?#cgi.QUERY_STRING#" method="GET" timeout="60" throwonerror="yes" charset="iso-8859-1"></cfhttp>
<cfif Len(CFHTTP.FileContent)>
<cfoutput>#CFHTTP.FileContent#</cfoutput>
</cfif>
Now, after uploading the NEW files, the new search.php, etc, I don't see anywhere to type the phrase or words I'm searching for on our site.
Did something change???
<cfhttp url="http://www.salleboise.com/search/search.php?#cgi.QUERY_STRING#" method="GET" timeout="60" throwonerror="yes" charset="iso-8859-1"></cfhttp>
<cfif Len(CFHTTP.FileContent)>
<cfoutput>#CFHTTP.FileContent#</cfoutput>
</cfif>
Now, after uploading the NEW files, the new search.php, etc, I don't see anywhere to type the phrase or words I'm searching for on our site.
Did something change???
Comment