uShopInputMultiOption1_nw.class


The uShopInputMultiOption1 applet allows you to specify a product with various priced options. Parameters allow you to specify the base price of the product and up to 10 options for the product. You can specify different names and different prices for each option.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputMultiOption1_nw.class" WIDTH=340 HEIGHT=200>
<PARAM NAME=id            VALUE="PZ0001">
<PARAM NAME=name          VALUE="Pizza">
<PARAM NAME=quantity      VALUE="1">
<PARAM NAME=price         VALUE="NOK9.00">
<PARAM NAME=options       VALUE="pepperoni=NOK1.00,extra cheese=NOK1.00,
                                 sausage=NOK1.00,mushrooms=NOK1.00,
                                 peppers=NOK1.00,onions=NOK1.00,
                                 bacon=NOK1.00,pineapple=NOK1.00">
<PARAM NAME=weight        VALUE="1">
<PARAM NAME=textcolor     VALUE="black">
<PARAM NAME=background    VALUE="153,204,255">
<PARAM NAME=popupwindow   VALUE="NO">
<PARAM NAME=maxselections VALUE="NONE">
<PARAM NAME=minselections VALUE="NONE">
</APPLET>