Question
Crazy Error N CF Documentation
I am just learning CF8. The code below is copied from CF's
developer's guide (.pdf), AND ITS DRIVING ME CRAZY!
<cfif info.FOUND LTE 5 AND isDefined("info.SuggestedQuery”)>
Did you mean:
<a href="search,cfm?query=#info.SuggestedQuery#>#info.SuggestedQuery#</a>
</cfif>
<cfoutput query="codecoll_results">
<p>
Notice how the quotation marks after href is not closed; when i do close it i generates crazy errors.
Please can anybody help out.
Thanks!
<cfif info.FOUND LTE 5 AND isDefined("info.SuggestedQuery”)>
Did you mean:
<a href="search,cfm?query=#info.SuggestedQuery#>#info.SuggestedQuery#</a>
</cfif>
<cfoutput query="codecoll_results">
<p>
Notice how the quotation marks after href is not closed; when i do close it i generates crazy errors.
Please can anybody help out.
Thanks!
