uShopInputMenuQuantity3_fr.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


<APPLET CODE = "uShopInputMenuQuantity3_fr.class" WIDTH=530 HEIGHT=35>
<PARAM NAME=PRODUCTS
VALUE=" C00001,Calendar,National Parks ,Fr13.50,
        C00002,Calendar,The Far Side   ,Fr9.50,
        C00003,Calendar,Dilbert        ,Fr12.50,
        C00004,Calendar,Baby Animals   ,Fr14.00,
        C00005,Calendar,365 Jokes      ,Fr9.50,
        C00006,Calendar,Cities at Night,Fr13.50,
        C00007,Calendar,Castles        ,Fr13.50
      ">
<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>