uShopInputOption3_fr.class


The uShopInputOption3 applet allows you to specify three lists of options from which the customer can choose when buying the product. This is ideal for providing a list of colors, sizes, etc... for which the product is available.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputOption3_fr.class" WIDTH=480 HEIGHT=35>
<PARAM NAME=id         VALUE="P00003">
<PARAM NAME=showid     VALUE="YES">
<PARAM NAME=name       VALUE="Pants">
<PARAM NAME=option1    VALUE="tan,dark gray,navy,black">
<PARAM NAME=option2    VALUE="W30,W32,W34,W36,W38,W40">
<PARAM NAME=option3    VALUE="I30,I32,I34,I36,I38">
<PARAM NAME=weight     VALUE="2">
<PARAM NAME=price      VALUE="Fr 34.00">
<PARAM NAME=textcolor  VALUE="black">
<PARAM NAME=background VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>