uShopInputStandard_se.class


The uShopInputStandard applet is the standard input applet. It allows you to specify a product's id, name, description, weight, price, and an optional choice menu.


Parameters
Note: Optional parameters are in italics


Example 1


<APPLET CODE = "uShopInputStandard_se.class" WIDTH=450 HEIGHT=35>
<PARAM NAME=id          VALUE="S0001">
<PARAM NAME=showid      VALUE="YES">
<PARAM NAME=name        VALUE="Coffee Table">
<PARAM NAME=description VALUE="Cherry">
<PARAM NAME=options     VALUE="NONE">
<PARAM NAME=weight      VALUE="35">
<PARAM NAME=price       VALUE="SEK 79.99">
<PARAM NAME=textcolor   VALUE="black">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>


Example 2 (With "options" and "popup window" Specified)


<APPLET CODE = "uShopInputStandard_se.class" WIDTH=450 HEIGHT=35>
<PARAM NAME=id          VALUE="S0002">
<PARAM NAME=showid      VALUE="NO">
<PARAM NAME=name        VALUE="Twill Shirt">
<PARAM NAME=description VALUE="long sleeve">
<PARAM NAME=options     VALUE="navy,white,tan,green">
<PARAM NAME=weight      VALUE="1">
<PARAM NAME=price       VALUE="SEK 32.00">
<PARAM NAME=textcolor   VALUE="black">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="YES">
</APPLET>