uShopInputText2_it.class


The uShopInputText2 applet is similar to the uShopInputText1 applet except that it also has one configurable option list in addition to the text entry box. This allows you to give the customers one option to choose from (such as size or color) along with the customizable text entry. Note that the total number of characters of the selected option and the text entry box cannot excede 26. That is, 26 characters total is the max the shopping cart will allow for the description field.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputText2_it.class" WIDTH=520 HEIGHT=35>
<PARAM NAME=id          VALUE="T00002">
<PARAM NAME=option1     VALUE="Red,Blue,White,Green">
<PARAM NAME=name        VALUE="T-Shirt">
<PARAM NAME=label       VALUE="Name: ">
<PARAM NAME=weight      VALUE="0">
<PARAM NAME=quantity    VALUE="1">
<PARAM NAME=price       VALUE="ITL 15.00">
<PARAM NAME=showprice   VALUE="NO">
<PARAM NAME=textcolor   VALUE="black">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>