uShopInputMenuOption1.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 provide one option list.

Parameters
Note: Optional parameters are in italics


Example


 &ltAPPLET CODE = "uShopInputMenuOption1.class" WIDTH=520 HEIGHT=35>
 &ltPARAM NAME=PRODUCTS
 VALUE=" H00001,Hat,Yankees   ,$12.50,
         H00002,Hat,Cardinals ,$10.50,
         H00003,Hat,Cubs      ,$10.50,
         H00004,Hat,Astros    ,$10.00,
         H00005,Hat,Blue Jays ,$10.50
       ">
 &ltPARAM NAME=weight      VALUE="0">
 &ltPARAM NAME=options     VALUE="S,M,L,XL">
 &ltPARAM NAME=background  VALUE="153,204,255">
 &ltPARAM NAME=menucolor   VALUE="lightGray">
 &ltPARAM NAME=fontsize    VALUE="12">
 </APPLET>