uShopInputMenuQuantity3.class


The uShopInputMenuQuantity3 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.

Parameters
Note: Optional parameters are in italics


Example


 &ltAPPLET CODE = "uShopInputMenuQuantity3.class" WIDTH=500 HEIGHT=35>
 &ltPARAM NAME=PRODUCTS
 VALUE=" C00001,Calendar,National Parks ,$13.50,
         C00002,Calendar,The Far Side   ,$9.50,
         C00003,Calendar,Dilbert        ,$12.50,
         C00004,Calendar,Baby Animals   ,$14.00,
         C00005,Calendar,365 Jokes      ,$9.50,
         C00006,Calendar,Cities at Night,$13.50,
         C00007,Calendar,Castles        ,$13.50
       ">
 &ltPARAM NAME=weight      VALUE="0">
 &ltPARAM NAME=background  VALUE="153,204,255">
 &ltPARAM NAME=menucolor   VALUE="lightGray">
 &ltPARAM NAME=fontsize    VALUE="12">
 </APPLET>