<PARAM NAME="totalPages" VALUE="30">
to
<PARAM NAME="totalpages" VALUE="40">
<PARAM NAME="totalPages" VALUE="40">
Default is 30.
<PARAM NAME="topPage" VALUE="index.html">
<PARAM NAME="server" VALUE="http://www.aunet.org/">
If you specify <PARAM NAME="isLocal" VALUE="true"> the following
<PARAM NAME="topPage" VALUE="index.html">
<PARAM NAME="server" VALUE="http://www.aunet.org/">
then the applet would start its search with 'http://www.aunet.org/index.html'
Be aware that that the applet only searches pages that are relative links from this page. So, the applet will search a page -
<A HREF="foo/bar/blat.html">
but not -
<A HREF="http://www.myServer.com/foo/bar/blat.html">