uShopPrintButtonCGI_se.class


The uShopPrintButtonCGI applet provides a means by which the customer can print the current contents of the shopping cart and then Fax or Mail the order to the store owner. Due to the fact that older browsers do not have the ability to print applets, the only way to provide this printing ability was to use the ushop_cgiscript.pl to create a dynamic .html page that can be printed from all browsers. Thus, in order to use this print button, you must have the ushop_cgiscript configured on your server. See also ushop_cgiscript_se.pl.


Parameters
Note: Optional parameters are in italics


Example



<APPLET CODE = "uShopPrintButtonCGI_se.class" WIDTH=125 HEIGHT=30>
<PARAM NAME=scriptpath   VALUE="http://www.uburst.com/cgi-bin/ushop/ushop_cgiscript_se.pl">
<PARAM NAME=label        VALUE="Skriv ut order">
<PARAM NAME=title        VALUE="Skriv ut order">
<PARAM NAME=instructions VALUE="(Skriv ut sidan, fyll i den och faxa den på 1-800-123-4567)">
<PARAM NAME=section1     VALUE="Namn, Adress, Telefon">
<PARAM NAME=section2     VALUE="Fraktsätt">
<PARAM NAME=section3     VALUE="Betalning">
<PARAM NAME=footnote     VALUE="*Gällande mervärdesskatt tillkommer.">
<PARAM NAME=return_url   VALUE="http://www.uburst.com">
</APPLET>