[ic] Can a dropdown menu be put in Results.html

Australian NetLink interchange-users@lists.akopia.com
Wed May 9 21:01:00 2001


Hi, list,

I tried to put a dropdown menu in results.html page:

Code one:

[if-item-data products color]
    <font face="Arial" size="2"><b><font color=804000>COLOR:</b></font>
    [item-accessories color] 
     [comment] 
       I understand this code should work between [item-list] and [/item-list]
     [/comment]
[else]
[/else]
[/if-item-data]

Code two:

[if data products::color::[item-code]]
    <SELECT name="mv_order_color" size="1">
         [loop delimiter="," arg=[item-field color]]
              <OPTION value="[loop-code]">[loop-code]</OPTION>
         [/loop]
    </SELECT>
[/if]

However, none of them gives me a dropdown menu, but only a list.

How can I get a dropdown menu in results.html page?

Thanks,

Kathy

PS. cods is put between [search-list][/search-list].



-------------------------------------
 A u s t r a l i a n   N e t L i n k
 Phone:   (03) 9690 0660
 Fax:     (03) 9690 0668
 Email:   web@netlink.com.au
 Website: www.netlink.com.au
-------------------------------------