uShopOrderContactCGI_nw.class


The uShopOrderContactCGI applet is an order form that does not request any payment information. This was designed to be used as a "Contact Us" applet. This applet has four configurable fields and an option on whether to send the current contents of the shopping cart with the notification. To use this applet, you must have configured the ushop_cgiscript_nw.pl in your cgi directory on your server. See also ushop_cgiscript_nw.pl.

Parameters
Note: Optional parameters are in italics


Example



<APPLET CODE = "uShopOrderContactCGI_nw.class" WIDTH=450 HEIGHT=450>
<PARAM NAME=scriptpath         VALUE="https://www.uburst.com/cgi-bin/ushop/ushop_cgiscript_nw.pl">
<PARAM NAME=message            VALUE="Ein Mitarbeiter meldet sich bei Ihnen.">
<PARAM NAME=label1             VALUE="*Navn: ">
<PARAM NAME=label2             VALUE="*Telefon dagtid: ">
<PARAM NAME=label3             VALUE="*Telefon kveldstid: ">
<PARAM NAME=label4             VALUE="*Ønsket tid: ">
<PARAM NAME=validate           VALUE="YES">
<PARAM NAME=clearcart          VALUE="NO">
<PARAM NAME=cart_info          VALUE="YES">
<PARAM NAME=popupwindow        VALUE="YES">
<PARAM NAME=textcolor          VALUE="black">
<PARAM NAME=background         VALUE="lightGray">
<PARAM NAME=return_url         VALUE="http://www.uburst.com">
<PARAM NAME=thankyou_url       VALUE="NONE">
</APPLET>