uShopInputImage1.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.class in the same directory.

Parameters
Note: Optional parameters are in italics


Example



 &ltAPPLET CODE = "uShopInputImage1.class" WIDTH=400 HEIGHT=300>
 &ltPARAM NAME=title      VALUE="Browse images here:">
 &ltPARAM NAME=products   VALUE="P00001,Statue,0,$82.25,product_image1.gif,Hand-crafted; Made of porcelain.,
                               P00002,Statue,0,$69.95,product_image2.gif,Our most popular statue and very reasonably priced!,
                               P00003,Statue,0,$129.99,product_image3.gif,You can use as much text as you want to describe each product.">
 &ltPARAM NAME=option1    VALUE="white,black">
 &ltPARAM NAME=framecolor VALUE="lightGray">
 &ltPARAM NAME=textcolor  VALUE="white">
 &ltPARAM NAME=background VALUE="darkGray">
 </APPLET>