On Thu, 15 Apr 2004, Douglas Kline wrote:

> I have the line in my search file
> 
> <form method="post" name="config" value="htdig-substring" 
> action="http://hea-www.harvard.edu/cgi-bin/Solarb/htsearch.com";>

I think that you want those attributes in an input element rather than
the form element.

If you look at a default search.html, you should see something like the
following.

<input type="hidden" name="config" value="htdig">

That is an example of how you should be specifying the configuration
file. For your substring configuration, it should be changed to something
like

<input type="hidden" name="config" value="htdig-substring">


Jim


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
ht://Dig general mailing list: <[EMAIL PROTECTED]>
ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to