uShopInputImage1_dn.class


The uShopInputImage1 applet allows you to display multiple products with a single applet. You can specify different product ids, names, prices and even specify an image for each product. In addition, the applet provides one option list on one quantity entry box. Note: To use this applet, you must also have placed the uShopImagePanel_dn.class in the same directory.

Parameters
Note: Optional parameters are in italics


Example



<APPLET CODE = "uShopInputImage1_dn.class" WIDTH=450 HEIGHT=300>
<PARAM NAME=title      VALUE="Statues">
<PARAM NAME=products   VALUE="P00001,Statue,0,KR82.25,product_image1.gif,Hand-crafted; Made of porcelain.,
                              P00002,Statue,0,KR69.95,product_image2.gif,Our most popular statue and very reasonably priced!,
                              P00003,Statue,0,KR129.99,product_image3.gif,You can use as much text as you want to describe each product.">
<PARAM NAME=option1    VALUE="white,black">
<PARAM NAME=framecolor VALUE="lightGray">
<PARAM NAME=textcolor  VALUE="white">
<PARAM NAME=background VALUE="darkGray">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>