If you currently have a Red7 knowledgebase, you can add a search box to your own web site. This allows your guest to search the knowledgebase you're creating.
The form (an actual "live" form appears in the left column on this page and the HTML source code appears below) initiates a search of a specific knowledgebase. The knowledgebase name is specified in the kb parameter (see the source code below). A guest name (which is actually "guest" in the case of this example) and a guest password (which is null in this example) must also be specified in the hidden fields of this form. A guest account must be set up in your knowledgebase (this requires administrator action), and the guest account must be linked to the specific knowledgebase name you've set up with Red7. The knowledgebase "elearning" can be used for testing.
Search results appear in a separate window.
<form action="http://base.red7.com/base/guestSearch.jsp" method="post" name="guestSearch" target="k7">
<div align="left">
<font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">
<img src="http://base.red7.com/red7icon.png" alt="" width="16" height="16" border="0">
<input type="text" name="word" size="44" maxlength="88" border="0">
<input type="hidden" name="user" value="guest" border="0">
<input type="hidden" name="password" value="" border="0">
<input type="hidden" name="kb" value="elearning" border="0">
<input type="hidden" name="max" value="25" border="0">
<input type="submit" name="search" value="Search" border="0">>
<br>
Search our collection
</font>
</div>
</form>
Note that this search looks at URLs that are in your knowledgebase - not the pages in your site. If you want pages in your web site to be indexed, you must put the actual URLs (for pages in your web site) into your knowledgebase. The easiest way is probably to add our single-click shortcuts to your browser toolbar, then browse your web site and click to add the desired pages to your knowledgebase.