Fill the form to get your personalized script
NOTES:
In order to be friendly with your server, do not include a huge amount
of files or folders to search. It will take a lot of time to perform the
search, and your server provider will not be happy with you.
It is very helpfull to start using this script with just a couple of
files to be search in the first textarea above. It will allow you to know
whether you have problems when using the script.
In case you have within a folder different types of files (as for example
".htm", ".asp", ".gif", ".pdf"...), the script will open all of them and
will search for search terms within the file even in case the file is not
a text file (P.e. it will search in images files). The best way to avoid
this is to select folders containing only text files or to include in
the form the files to be searched, but not the folders. We may also include
the files not to be searched in the corresponding textarea.
Including files but not folders will allow a faster search (less calculations
are necessary) and the search will be performed in an specific order (the one you have determinated in the list of files).
The form bellow may be included in any page within your site
(action must point to search.asp script).
The file name of the script must be "search.asp" (a form will be display in case there is no no search request).
| <CENTER>
<form method="POST" action="search.asp">
<table border=0 cellpadding=5 bgcolor=AAAAAA><tr>
<td align=center>
Search term or phrase <input type=text name=term
size=15> <input type=submit
value="search"></td>
</tr></table>
</form>
</CENTER> |
|