![]() |
![]() |
||||||
|
|||||||
| Tags: |
![]() |
|
|||
|
I am just learning CF8. The code below is copied from CF's developer's guide
(.pdf), AND ITS DRIVING ME CRAZY! [h] <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>[/h] 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! |
| Sponsored Links |
|
|||
|
yeah, i hear you. how many typos can one make in 2 lines of code???
here's what it should look like: <cfif info.FOUND LTE 5 AND isDefined("info.SuggestedQuery")> Did you mean: <a href="search.cfm?query=#info.SuggestedQuery#">#inf o.SuggestedQuery#</a> </cfif> Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise