uShopInputButton1_nw.class


The uShopInputButton1 applet is a fixed-size input button. You still specify a product id, name, description, weight and price, but the only thing that appears on the web page is the button. This is ideal if you are limited in screen real estate and/or if you don't want to display all of the other product details.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputButton1_nw.class" WIDTH=110 HEIGHT=35>
<PARAM NAME=id          VALUE="B00001">
<PARAM NAME=name        VALUE="Romeo & Juliet">
<PARAM NAME=description VALUE="hard cover">
<PARAM NAME=weight      VALUE="1">
<PARAM NAME=price       VALUE="NOK 19.95">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>