HI Guys 
am having a list box that has been created dynaucally from a Query , 
the problem i have is ; when the result of the query is lengthy it collpases the page 
itself by making the drop down menu a lengthy one,
kindly suggest me to , what i want is to limit the result lenghth and if it is real 
lengthy it should appear in second line so that the appearance of the page does't get 
damaged,
-kindly help
-Paul
here is the code
----------------------
 <select name="barrier">
                  <option value="0" selected></option>
                  <cfoutput query=qry_get_barriers> 
                    <option value="#rec_id#">#issue#<br>
                    </option>
                  </cfoutput> 
                </select>
---------------------------------


Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to