uShopInputMenuQuantity1_sp.class


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

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputMenuQuantity1_sp.class" WIDTH=660 HEIGHT=35>
<PARAM NAME=PRODUCTS
VALUE=" R00001,Roses,red,Ptas2.50,
        R00002,Roses,long-stem red,Ptas3.50,
        R00003,Roses,white,Ptas2.50,
        R00004,Roses,long-stem white,Ptas3.75
      ">
<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>