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


 &ltAPPLET CODE = "uShopInputOption3.class" WIDTH=450 HEIGHT=35>
 &ltPARAM NAME=id         VALUE="P00003">
 &ltPARAM NAME=showid     VALUE="YES">
 &ltPARAM NAME=name       VALUE="Pants">
 &ltPARAM NAME=option1    VALUE="tan,dark gray,navy,black">
 &ltPARAM NAME=option2    VALUE="W30,W32,W34,W36,W38,W40">
 &ltPARAM NAME=option3    VALUE="I30,I32,I34,I36,I38">
 &ltPARAM NAME=weight     VALUE="2">
 &ltPARAM NAME=price      VALUE="$ 34.00">
 &ltPARAM NAME=background VALUE="153,204,255">
 </APPLET>