uShopInputTravel4.class


The uShopInputTravel4 applet is ideal for offering tour/cruise reservations. You can use the rates parameter to specify different rates based on the start date and the occupancy. 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 = "uShopInputTravel4.class" WIDTH=400 HEIGHT=160>
<PARAM NAME=id          VALUE="T0001">
<PARAM NAME=name        VALUE="Alaska">
<PARAM NAME=people      VALUE="1">
<PARAM NAME=rates       VALUE="January 12=$1175.00,$1100.00,$1000.00;
                               January 15=$1280.00,$1200.00,$1100.00;
                               January 17=$1175.00,$1100.00,$1000.00;
                               January 25=$1190.00,$1120.00,$1020.00;
                               February 1=$1385.00,$1300.00,$1200.00">
<PARAM NAME=label       VALUE=" ADD ">
<PARAM NAME=textcolor   VALUE="black">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>