uShopInputOption1_fr.class


The uShopInputOption1 applet allows you to specify one list 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 = "uShopInputOption1_fr.class" WIDTH=450 HEIGHT=35>
<PARAM NAME=id         VALUE="P00001">
<PARAM NAME=showid     VALUE="YES">
<PARAM NAME=name       VALUE="Sunglasses">
<PARAM NAME=option1    VALUE="black,white,green,blue,red,orange,purple,yellow">
<PARAM NAME=weight     VALUE="1">
<PARAM NAME=price      VALUE="Fr 19.95">
<PARAM NAME=textcolor  VALUE="black">
<PARAM NAME=background VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>