Thanks Duncan

I automatically try to use <CF....> all the time ....
I did this in the end.

<select name="selectSize">
<cfloop index = "ListElement"
 list = "#GetItem.itemSize#"
 delimiters=",">
        <cfoutput>

                <option value="#ListElement#">#ListElement#</option>
        </cfoutput>
</cfloop>
</select>

Oh and there should be a couple of form tags surrounding it all too....


Many thanks

Regards - Pau



--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
     *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
          *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



Reply via email to