uShopInputMenuOption1_dn.class


The uShopInputMenuOption1 applet allows you to create a pull-down menu which contains a list of products from which the customer can select. Each product in the menu can have it's own id, name, description, and price. This applet is identical to the uShopInputMenuQuantity1 applet, except this applet compacts the fields to save horizontal real-estate on the screen and provides one option list.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputMenuOption1_dn.class" WIDTH=520 HEIGHT=35>
<PARAM NAME=PRODUCTS
VALUE=" H00001,Hat,Yankees   ,KR12.50,
        H00002,Hat,Cardinals ,KR10.50,
        H00003,Hat,Cubs      ,KR10.50,
        H00004,Hat,Astros    ,KR10.00,
        H00005,Hat,Blue Jays ,KR10.50
      ">
<PARAM NAME=weight         VALUE="0">
<PARAM NAME=options        VALUE="S,M,L,XL">
<PARAM NAME=background     VALUE="153,204,255">
<PARAM NAME=textcolor      VALUE="black">
<PARAM NAME=menucolor      VALUE="white">
<PARAM NAME=menutextcolor  VALUE="black">
<PARAM NAME=fontsize       VALUE="12">
<PARAM NAME=popupwindow    VALUE="NO">
</APPLET>