JObjects QuestAgent 3.0
QuestAgent - Applet Examples
- Enter keyword "license" (without quotes) to find all documents
where word "license" appears.
- Enter "sys*" for all words that start with "sys".
- license and applet
- (netscape and expl*) or documentation
- not (system and over*) or color
Example 1: QuestAgent classic
HTML source:
<APPLET
CODE = "com.jobjects.quest.SearchApplet.class"
ARCHIVE = "qagent30.zip"
NAME = "SearchApplet"
WIDTH = 600
HEIGHT = 360
>
<PARAM NAME="CABBASE" VALUE="qagent30.cab">
<PARAM NAME="indexfile" VALUE="data/index.quest">
<PARAM NAME="bgcolor" VALUE="ffffff">
<PARAM NAME="qbox_geom" VALUE="85;1;400;32;;;;;;">
</APPLET>
Example 2: External search panel
HTML source:
<APPLET
CODE = "com.jobjects.quest.SearchApplet.class"
ARCHIVE = "qagent30.zip"
NAME = "SearchApplet"
WIDTH = 70
HEIGHT = 30
>
<PARAM NAME="CABBASE" VALUE="qagent30.cab">
<PARAM NAME="indexfile" VALUE="data/index.quest">
<PARAM NAME="applet_geom" VALUE=";;300;260;Dialog;12;;ffcc66;;">
<PARAM NAME="label1_geom" VALUE="0;0;0;0;;;;;;">
<PARAM NAME="stop_geom" VALUE="0;0;0;0;;;;;;">
<PARAM NAME="qbox_geom" VALUE="25;10;150;28;;;;;;">
<PARAM NAME="start_geom" VALUE="185;11;85;26;;;;;Find;">
<PARAM NAME="show_geom" VALUE="185;40;85;26;;;;;Show;">
<PARAM NAME="list_geom" VALUE="5;70;280;150;;;;;;">
<PARAM NAME="msglabel_geom" VALUE="5;230;280;26;;12;;;;">
<PARAM NAME="maxhitslabel_geom" VALUE="5;40;35;25;;12;;;Best;">
<PARAM NAME="hitchoice_geom" VALUE="42;40;60;25;;12;;;;">
<PARAM NAME="newwin_geom" VALUE="110;40;65;26;;12;;;new win;">
<PARAM NAME="target" VALUE="extwin">
<PARAM NAME="DisplayMode" VALUE="external">
</APPLET>
Example 3: Multiple Document Collections
HTML source:
<APPLET
CODE = "com.jobjects.quest.SearchApplet.class"
ARCHIVE = "qagent30.zip"
NAME = "SearchApplet"
WIDTH = 600
HEIGHT = 360
>
<PARAM NAME="CABBASE" VALUE="qagent30.cab">
<PARAM NAME="IndexFile" VALUE="data/index.quest">
<PARAM NAME="IndexDescription" VALUE="QuestAgent Documentation">
<PARAM NAME="IndexFile2" VALUE="data2/index.quest">
<PARAM NAME="IndexDescription2" VALUE="JObjects Web Site">
<PARAM NAME="bgcolor" VALUE="ffffff">
</APPLET>