Please wait for the applet to load...
v2.03 updated 31-JAN-2000 (formerly Catalog View Pro)
| Data
Sheet |
| Download size |
30 kb for Microsoft Explorer (cab file) and 50 kb for
Netscape (jar file) |
| Max number of rows |
>10000 |
| Data file |
test files, columns separated by semicolon, comma, tab,
space, quote mark, double quote mark |
| Data formats |
Columns can be of type STRING, NUMBER, PRICE, URL, IMAGE,
CATEGORY |
| Print |
print selected rows |
| Order form |
send the order by direct email from applet |
| Sort |
click on column headers to sort by this column |
| Search |
fast text search on multiple words |
| Images |
Image viewer integrated |
| Requirements |
Java 1.1 capable browser. The applet works with Netscape
version 4 or higher version and Microsoft Explorer 4 or higher
version |
| Price |
$35 for a license to 1 IP address or web site. |
| Parameters |
| CABBASE |
normally always
<PARAM NAME="CABBASE"
VALUE="CatviewPro.cab"> |
| LICENSE |
<PARAM NAME="LICENSE"
VALUE="iu309u0jdoifj09u230hsng">
You get the value of the license parameter when you purchase a
license |
| TITLE |
title displayed while e-Business Applet loads. For example:
<PARAM NAME="TITLE" VALUE="My Product
Catalog"> |
| DATA |
name of your text data file. Default is data.txt. If the
data file is placed in another directory than the applet this
parameter must include the relative path from the directory of
the applet. For example:
The applet is in http://www.javazine.net/catviewpro/ and
the data file is in
http://www.javazine.net/catviewpro/db/data.txt then this
parameter must be
<PARAM NAME="DATA"
VALUE="db/data.txt"> |
| DELIMITER |
specify the character used to separate columns in your data
file. Valid DELIMITER values are COMMA (,) or SEMICOLON (;) or
TAB (tabulator) or QMARK (') or DQMARK (").
COMMA is default. For example:
<PARAM NAME="DELIMITER" VALUE="TAB"> |
| ROWCOUNT |
number of rows in your data file. For example:
<PARAM NAME="ROWCOUNT" VALUE="1200"> |
| COLUMN_X |
X is the column number starting from 1. The values in the
COLUMN_X parameters must contain a column title, an
optional data type specification like NUMBER, PRICE, URL,
IMAGE, CATEGORY> and an optional BASEURL and TARGET value.
The syntax is as follow
<PARAM NAME="COLUMN_X" VALUE="Column title;
URL or IMAGE or NUMBER or PRICE or CATEGORY; BASEURL;
TARGET>
or
<PARAM NAME="COLUMN_X" VALUE="Column title;
IMAGE; BASEURL>
Notice that values are separated with semicolons.
For example:
<PARAM NAME="COLUMN_1" VALUE="JournalId;
NUMBER>
<PARAM NAME="COLUMN_2" VALUE="Journals; URL; http://www.javazine.dk/journals/;
_blank>
<PARAM NAME="COLUMN_3" VALUE="Author">
<PARAM NAME="COLUMN_4" VALUE="Journal Picture;
IMAGE">
In this case column 1 Journal ids, column 2 are links to the
Journal, column 3 are just some authors and column 4 are links
to pictures. When users click on fields in column 2
the applet will construct a hyperlink from
http://www.javazine.net/journals/ + "value in the column
clicked on" and try to load this document in a new browser
window. The same thing happens when the user clicks on column 4
where the browser will try to load an image. In column 4 there
is no BASEURL specified, thus data in this column must contain
absolute links to the images that should be loaded. If a column
is of type URL you can also specify the target. The target can
be a new window (default) or one of the windows _self, _parent,
_blank, or a frame.
A column of type PRICE is used to calculate the cost
of the ordered items. There can only be 1 column of type PRICE
A column of type CATEGORY is used to group the
products into groups. The categories can then be selected from a
drop down list.
|
| EMAIL_HOST |
<PARAM NAME="EMAIL_HOST"
VALUE="mail.compuserve.com">
your email host (smtp host). This email host should be able to
route emails to EMAIL_TO.
The EMAIL_HOST parameter can be tricky to set correct.
Typically you should try to set this parameter to the email
server you use for incoming email. You can ask your Internet
Service Provider if you don't know your incoming mail server
name. The email server (smtp server) must accept the Order Email
sent to the email address specified in the parameter EMAIL_TO. |
| EMAIL_TO |
recipient email address. Probably you want to set this to your
own email address. For example
<PARAM NAME="EMAIL_TO"
VALUE="admin@trading.dk"> |
| PRINT_BUTTON |
remove the print button
<PARAMETER NAME="PRINT_BUTTON"
VALUE="NO"> |
| EMAIL_BUTTON |
remove the email button
<PARAMETER NAME="EMAIL_BUTTON"
VALUE="NO"> |
| SEARCH_BUTTONS |
remove the search buttons and search entry field
<PARAMETER NAME="SEARCH_BUTTONS"
VALUE="NO"> |
| NAVIGATION_BUTTONS |
remove the navigation buttons
<PARAMETER NAME="SEARCH_BUTTONS"
VALUE="NO"> |
| ABOUT_BUTTON |
remove the about button
<PARAMETER NAME="ABOUT_BUTTON"
VALUE="NO"> |
| ORDER_INSTRUCTIONS |
<PARAMETER NAME="ORDER_INSTRUCTIONS"
VALUE="order.txt>
In the text file you can enter informations that are displayed
you the users in the Order Dialog. Typically this will be
instructions that prompt the user to enter informations like
name, address and payment informations |
| VALUE_ADDED_TAX |
<PARAM NAME="VALUE_ADDED_TAX"
VALUE="25">
Enter the value added tax in precent. Default is 0%. The VAT is
calculated and added to the total cost. |
| SHIPPING_COST |
<PARAM NAME="SHIPPING_COST"
VALUE="10">
Add a fixed cost for shipping. Added to the total cost. Default
0 |
| HANDLING_COST |
<PARAM NAME="HANDLING_COST"
VALUE="5">
Add a fixed cost for handling. Added to the total cost. Default
0 |
| CURRENCY |
<PARAM NAME="CURRENCY" VALUE="DKK">
Indicate the currency. Default USD |