[thelist] Nested CFOUPUT Problem (Need help fast!)

Jeff jeff at members.evolt.org
Mon May 8 11:32:14 2000


frank,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Frank <framar@interlog.com>
:
: <option value="#ID#"
:     <cfif #ID# eq #getProducts.SupplierID#>Selected</cfif>
: >#Company#
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

also, don't forget that you don't need hash marks (#) around variables that
are inside of cf tags.  so, the above should read:

<option value="#ID#"
    <cfif ID EQ getProducts.SupplierID>Selected</cfif>
>#Company#</option>

good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:jeff@members.evolt.org