Bob Sprague's bits of Wed, 6 Mar 2002 translated to: >Those using Netscape 4+ are unable to use the search and get a message >advising them to seek answers from the Webmaster. The only answer I have >is to suggest an upgrade. > >Is there a workaround for NN 4+ users?
Hi - The problem is with your HTML, not ht://Dig. In particular the line that reads as follows <INPUT TYPE="HIDDEN" NAME="config" SIZE="-1"> It does not provide a value corresponding to the name attribute. If you did not change the name of the config file, the value should be "htdig". For example <INPUT TYPE="HIDDEN" NAME="config" VALUE="htdig" SIZE="-1"> Without this value, htsearch is unable to locate its config file. Jim _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

