I have written a modified search form the purpose of which is to search various subdirectories of a site. However the search returns results for the whole site but not for the individual subdirectories.
I have incuded the code below.
Any help would greatly appreciated.
<!-- Texis RDBMS Copyright (c) 1992 - 2001 Thunderstone - EPI, Inc. -->
<!-- Texis Web Script Copyright (c) 1996 - 2001 Thunderstone - EPI, Inc. -->
<HTML>
<HEAD>
<META NAME=thunderstone CONTENT="Document retrieval & management software: Texis & Webinator Copyright (C) 2001 THUNDERSTONE - EPI, Inc. http://www.thunderstone.com/">
<TITLE>Thunderstone's Webinator: Search: </TITLE></HEAD>
<BODY BGCOLOR=white >
<TABLE WIDTH=600 BORDER=1 CELLSPACING=0 CELLPADDING=0>
<FORM METHOD=get ACTION="/scripts/texis.exe/webinator/search/">
<INPUT TYPE=hidden NAME=db VALUE="db">
<TR><TD>Search for this :</TD<TD><INPUT SIZE=30 name=query value=""></TD></TR>
<TR>
<TD>
</TD>
<TD>
<SELECT NAME=uq>
<OPTION SELECTED VALUE="" checked> Search Whole Site<br>
<OPTION VALUE="http://hadev9/TestSite/Cars"> Search Cars Only only<br>
<OPTION VALUE="http://Hadev9/TestSite/Houses"> Search Houses Only<br>
<OPTION VALUE="http://Hadev9/TestSite/Boats"> Search Boats Only<br>
</SELECT>
</TD>
</TR>
<TR><TD><INPUT TYPE=submit name=submit VALUE="Submit"><input type=submit name=cmd value="Options"></TD></TR>
</FORM>
</TABLE>
<H6 ALIGN=right><A HREF="http://www.thunderstone.com/" TARGET="_top"></A></H6>
</BODY></HTML>
I have incuded the code below.
Any help would greatly appreciated.
<!-- Texis RDBMS Copyright (c) 1992 - 2001 Thunderstone - EPI, Inc. -->
<!-- Texis Web Script Copyright (c) 1996 - 2001 Thunderstone - EPI, Inc. -->
<HTML>
<HEAD>
<META NAME=thunderstone CONTENT="Document retrieval & management software: Texis & Webinator Copyright (C) 2001 THUNDERSTONE - EPI, Inc. http://www.thunderstone.com/">
<TITLE>Thunderstone's Webinator: Search: </TITLE></HEAD>
<BODY BGCOLOR=white >
<TABLE WIDTH=600 BORDER=1 CELLSPACING=0 CELLPADDING=0>
<FORM METHOD=get ACTION="/scripts/texis.exe/webinator/search/">
<INPUT TYPE=hidden NAME=db VALUE="db">
<TR><TD>Search for this :</TD<TD><INPUT SIZE=30 name=query value=""></TD></TR>
<TR>
<TD>
</TD>
<TD>
<SELECT NAME=uq>
<OPTION SELECTED VALUE="" checked> Search Whole Site<br>
<OPTION VALUE="http://hadev9/TestSite/Cars"> Search Cars Only only<br>
<OPTION VALUE="http://Hadev9/TestSite/Houses"> Search Houses Only<br>
<OPTION VALUE="http://Hadev9/TestSite/Boats"> Search Boats Only<br>
</SELECT>
</TD>
</TR>
<TR><TD><INPUT TYPE=submit name=submit VALUE="Submit"><input type=submit name=cmd value="Options"></TD></TR>
</FORM>
</TABLE>
<H6 ALIGN=right><A HREF="http://www.thunderstone.com/" TARGET="_top"></A></H6>
</BODY></HTML>