uShopInputTravel3.class


The uShopInputTravel3 applet is ideal for offering tour/cruise reservations. You can use the rates parameter to specify the list of departure dates from which the customer can choose and the price per person for each departure date. Notice that the total price automatically gets updated when the dates and/or number of persons change.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputTravel3.class" WIDTH=400 HEIGHT=140>
<PARAM NAME=id          VALUE="T0001">
<PARAM NAME=name        VALUE="Alaska">
<PARAM NAME=people      VALUE="1">
<PARAM NAME=field1      VALUE="Select Start Date:">
<PARAM NAME=rates       VALUE="Jan 12@$1175.00,
                               Jan 15@$1280.00,
                               Jan 17@$1175.00,
                               Jan 25@$1190.00,
                               Feb 1@$1385.00">
<PARAM NAME=label       VALUE=" ADD ">
<PARAM NAME=textcolor   VALUE="black">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>