uShopInputMenuQuantity2.class


The uShopInputMenuQuantity2 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 uShopInputMenu applet, except this applet provides a quantity entry box so that the customer can enter the desired number of items and this applet hides the id and name to make the applet smaller.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputMenuQuantity2.class" WIDTH=350 HEIGHT=35>
<PARAM NAME=PRODUCTS
VALUE=" F00001,Fishing Pole, 6 foot,$45.00,
        F00002,Fishing Pole, 9 foot,$65.00,
        F00003,Fishing Pole,11 foot,$80.00
      ">
<PARAM NAME=weight         VALUE="0">
<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>