uShopInputImage2_de.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. This applet is identical to the uShopInputImage1 applet, except that there are two option lists instead of one option list. Note: To use this applet, you must also have placed the uShopImagePanel_de.class in the same directory.

Parameters
Note: Optional parameters are in italics


Example



<APPLET CODE = "uShopInputImage2_de.class" WIDTH=500 HEIGHT=300>
<PARAM NAME=title      VALUE="Rings">
<PARAM NAME=products   VALUE="R00001,Gold Ring,0,DM79.00,product_image1.gif,A lovely 14-K Gold ring with your birthstone.,
                              R00002,Silver Ring,0,DM59.00,product_image2.gif,Our most popular ring! Made of stirling silver.,
                              R00003,Ring,0,DM29.00,product_image3.gif,The classic birthstone ring.">
<PARAM NAME=option1    VALUE="size 4,size 4 1/2,size 5,size 5 1/2,size 6,size 6 1/2,size 7, size 7 1/2, size 8, size 8 1/2, size 9, size 9 1/2">
<PARAM NAME=option2    VALUE="January,February,March,April,May,June,July,August,September,October,November,December"<
<PARAM NAME=framecolor VALUE="lightGray">
<PARAM NAME=textcolor  VALUE="white">
<PARAM NAME=background VALUE="darkGray">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>